- onAdvertiseFailure(AdvertiseError) - Method in class com.welie.blessed.BluetoothPeripheralManagerCallback
-
Advertising has failed
- onAdvertisingStarted(AdvertiseSettings) - Method in class com.welie.blessed.BluetoothPeripheralManagerCallback
-
Advertising has successfully started
- onAdvertisingStopped() - Method in class com.welie.blessed.BluetoothPeripheralManagerCallback
-
Advertising has stopped
- onBluetoothAdapterStateChanged(int) - Method in class com.welie.blessed.BluetoothCentralManagerCallback
-
Bluetooth adapter status changed
- onBondingFailed(BluetoothPeripheral) - Method in class com.welie.blessed.BluetoothPeripheralCallback
-
Callback invoked when the bonding process has failed
- onBondingStarted(BluetoothPeripheral) - Method in class com.welie.blessed.BluetoothPeripheralCallback
-
Callback invoked when the bonding process is started
- onBondingSucceeded(BluetoothPeripheral) - Method in class com.welie.blessed.BluetoothPeripheralCallback
-
Callback invoked when the bonding process has succeeded
- onBondLost(BluetoothPeripheral) - Method in class com.welie.blessed.BluetoothPeripheralCallback
-
Callback invoked when a bond has been lost and the peripheral is not bonded anymore.
- onCentralConnected(BluetoothCentral) - Method in class com.welie.blessed.BluetoothPeripheralManagerCallback
-
A remote central has connected
- onCentralDisconnected(BluetoothCentral) - Method in class com.welie.blessed.BluetoothPeripheralManagerCallback
-
A remote central has disconnected
- onCharacteristicRead(BluetoothCentral, BluetoothGattCharacteristic) - Method in class com.welie.blessed.BluetoothPeripheralManagerCallback
-
A remote central has requested to read a local characteristic.
- onCharacteristicUpdate(BluetoothPeripheral, byte[], BluetoothGattCharacteristic, GattStatus) - Method in class com.welie.blessed.BluetoothPeripheralCallback
-
Callback invoked as the result of a characteristic read operation or notification/indication
- onCharacteristicWrite(BluetoothPeripheral, byte[], BluetoothGattCharacteristic, GattStatus) - Method in class com.welie.blessed.BluetoothPeripheralCallback
-
Callback invoked as the result of a characteristic write operation.
- onCharacteristicWrite(BluetoothCentral, BluetoothGattCharacteristic, byte[]) - Method in class com.welie.blessed.BluetoothPeripheralManagerCallback
-
A remote central has requested to write a local characteristic.
- onConnectedPeripheral(BluetoothPeripheral) - Method in class com.welie.blessed.BluetoothCentralManagerCallback
-
Successfully connected with a peripheral.
- onConnectionFailed(BluetoothPeripheral, HciStatus) - Method in class com.welie.blessed.BluetoothCentralManagerCallback
-
Connecting with the peripheral has failed.
- onConnectionUpdated(BluetoothPeripheral, int, int, int, GattStatus) - Method in class com.welie.blessed.BluetoothPeripheralCallback
-
Callback invoked when the connection parameters are updated.
- onDescriptorRead(BluetoothPeripheral, byte[], BluetoothGattDescriptor, GattStatus) - Method in class com.welie.blessed.BluetoothPeripheralCallback
-
Callback invoked as the result of a descriptor read operation
- onDescriptorRead(BluetoothCentral, BluetoothGattDescriptor) - Method in class com.welie.blessed.BluetoothPeripheralManagerCallback
-
A remote central has requested to read a local descriptor.
- onDescriptorWrite(BluetoothPeripheral, byte[], BluetoothGattDescriptor, GattStatus) - Method in class com.welie.blessed.BluetoothPeripheralCallback
-
Callback invoked as the result of a descriptor write operation.
- onDescriptorWrite(BluetoothCentral, BluetoothGattDescriptor, byte[]) - Method in class com.welie.blessed.BluetoothPeripheralManagerCallback
-
A remote central has requested to write a local descriptor.
- onDisconnectedPeripheral(BluetoothPeripheral, HciStatus) - Method in class com.welie.blessed.BluetoothCentralManagerCallback
-
Peripheral disconnected
- onDiscoveredPeripheral(BluetoothPeripheral, ScanResult) - Method in class com.welie.blessed.BluetoothCentralManagerCallback
-
Discovered a peripheral
- onMtuChanged(BluetoothPeripheral, int, GattStatus) - Method in class com.welie.blessed.BluetoothPeripheralCallback
-
Callback invoked as the result of a MTU request operation
- onNotificationSent(BluetoothCentral, byte[], BluetoothGattCharacteristic, GattStatus) - Method in class com.welie.blessed.BluetoothPeripheralManagerCallback
-
A notification has been sent to a central
- onNotificationStateUpdate(BluetoothPeripheral, BluetoothGattCharacteristic, GattStatus) - Method in class com.welie.blessed.BluetoothPeripheralCallback
-
Callback invoked when the notification state of a characteristic has changed.
- onNotifyingDisabled(BluetoothCentral, BluetoothGattCharacteristic) - Method in class com.welie.blessed.BluetoothPeripheralManagerCallback
-
A remote central has disabled notifications or indications for a characteristic
- onNotifyingEnabled(BluetoothCentral, BluetoothGattCharacteristic) - Method in class com.welie.blessed.BluetoothPeripheralManagerCallback
-
A remote central has enabled notifications or indications for a characteristic
- onPhyUpdate(BluetoothPeripheral, PhyType, PhyType, GattStatus) - Method in class com.welie.blessed.BluetoothPeripheralCallback
-
Callback invoke as result of readPhy or setPhy operation
- onReadRemoteRssi(BluetoothPeripheral, int, GattStatus) - Method in class com.welie.blessed.BluetoothPeripheralCallback
-
Callback invoked as the result of a read RSSI operation
- onScanFailed(ScanFailure) - Method in class com.welie.blessed.BluetoothCentralManagerCallback
-
Scanning failed
- onServiceAdded(GattStatus, BluetoothGattService) - Method in class com.welie.blessed.BluetoothPeripheralManagerCallback
-
Indicates whether a local service has been added successfully.
- onServicesDiscovered(BluetoothPeripheral) - Method in class com.welie.blessed.BluetoothPeripheralCallback
-
Callback invoked when the list of remote services, characteristics and descriptors
for the remote peripheral has been discovered.