Lines Matching refs:BluetoothGattCharacteristic
5173 method public boolean readCharacteristic(android.bluetooth.BluetoothGattCharacteristic);
5176 …public boolean setCharacteristicNotification(android.bluetooth.BluetoothGattCharacteristic, boolea…
5177 method public boolean writeCharacteristic(android.bluetooth.BluetoothGattCharacteristic);
5192 …racteristicChanged(android.bluetooth.BluetoothGatt, android.bluetooth.BluetoothGattCharacteristic);
5193 …cteristicRead(android.bluetooth.BluetoothGatt, android.bluetooth.BluetoothGattCharacteristic, int);
5194 …teristicWrite(android.bluetooth.BluetoothGatt, android.bluetooth.BluetoothGattCharacteristic, int);
5203 public class BluetoothGattCharacteristic {
5204 ctor public BluetoothGattCharacteristic(java.util.UUID, int, int);
5255 method public android.bluetooth.BluetoothGattCharacteristic getCharacteristic();
5284 …icChanged(android.bluetooth.BluetoothDevice, android.bluetooth.BluetoothGattCharacteristic, boolea…
5291 …equest(android.bluetooth.BluetoothDevice, int, int, android.bluetooth.BluetoothGattCharacteristic);
5292 …uest(android.bluetooth.BluetoothDevice, int, android.bluetooth.BluetoothGattCharacteristic, boolea…
5302 method public boolean addCharacteristic(android.bluetooth.BluetoothGattCharacteristic);
5304 method public android.bluetooth.BluetoothGattCharacteristic getCharacteristic(java.util.UUID);
5305 … method public java.util.List<android.bluetooth.BluetoothGattCharacteristic> getCharacteristics();