Example usage for Java android.bluetooth.le AdvertiseCallback fields, constructors, methods, implement or subclass
The text is from its open source code.
int | ADVERTISE_FAILED_DATA_TOO_LARGE Failed to start advertising as the advertise data to be broadcasted is larger than 31 bytes. |
int | ADVERTISE_FAILED_TOO_MANY_ADVERTISERS Failed to start advertising because no advertising instance is available. |
int | ADVERTISE_FAILED_ALREADY_STARTED Failed to start advertising as the advertising is already started. |
int | ADVERTISE_FAILED_INTERNAL_ERROR Operation failed due to an internal error. |
int | ADVERTISE_FAILED_FEATURE_UNSUPPORTED This feature is not supported on this platform. |