Class android.bluetooth.BluetoothGattCallback
Added Methods | |
---|---|
void onCharacteristicChanged (BluetoothGatt, BluetoothGattCharacteristic, byte[] )
|
|
void onCharacteristicRead (BluetoothGatt, BluetoothGattCharacteristic, byte[], int )
|
|
void onDescriptorRead (BluetoothGatt, BluetoothGattDescriptor, int, byte[] )
|
Changed Methods | ||
---|---|---|
void onCharacteristicChanged (BluetoothGatt, BluetoothGattCharacteristic )
|
Now deprecated. |
|
void onCharacteristicRead (BluetoothGatt, BluetoothGattCharacteristic, int )
|
Now deprecated. |
|
void onDescriptorRead (BluetoothGatt, BluetoothGattDescriptor, int )
|
Now deprecated. |