Package-level declarations
Types
Event class which maps AdvertisingSetCallback methods into data classes. On Android before O some of those values are emulated.
An advertise process status.
Event emitted in response to AdvertisingSet.setAdvertisingData indicating result of the operation. If status is BleAdvertisingStatus.ADVERTISE_SUCCESS, then data was changed.
Event emitted in response to BluetoothLeAdvertiser.startAdvertisingSet indicating result of the operation. If status is BleAdvertisingStatus.ADVERTISE_SUCCESS, then advertising set is advertising.
Event emitted in response to AdvertisingSet.setAdvertisingParameters indicating result of the operation.
Event emitted in response to BluetoothLeAdvertiser.startAdvertisingSet indicating result of the operation. If status is BleAdvertisingStatus.ADVERTISE_SUCCESS, then advertisingSet contains the started set and it is advertising. If error occurred, advertisingSet is null, and status will be set to proper error code.
Event emitted in response to BluetoothLeAdvertiser.stopAdvertisingSet indicating advertising set is stopped.
Event emitted in response to AdvertisingSet.setPeriodicAdvertisingData indicating result of the operation.
Event emitted in response to AdvertisingSet.setPeriodicAdvertisingEnabled indicating result of the operation.
Event emitted in response to AdvertisingSet.setPeriodicAdvertisingParameters indicating result of the operation.
Event emitted in response to AdvertisingSet.setAdvertisingData indicating result of the operation.