Lines Matching refs:BluetoothGattCharacteristic

6253     method public boolean readCharacteristic(android.bluetooth.BluetoothGattCharacteristic);
6258 …public boolean setCharacteristicNotification(android.bluetooth.BluetoothGattCharacteristic, boolea…
6259 method public boolean writeCharacteristic(android.bluetooth.BluetoothGattCharacteristic);
6278 …racteristicChanged(android.bluetooth.BluetoothGatt, android.bluetooth.BluetoothGattCharacteristic);
6279 …cteristicRead(android.bluetooth.BluetoothGatt, android.bluetooth.BluetoothGattCharacteristic, int);
6280 …teristicWrite(android.bluetooth.BluetoothGatt, android.bluetooth.BluetoothGattCharacteristic, int);
6290 public class BluetoothGattCharacteristic {
6291 ctor public BluetoothGattCharacteristic(java.util.UUID, int, int);
6342 method public android.bluetooth.BluetoothGattCharacteristic getCharacteristic();
6371 …icChanged(android.bluetooth.BluetoothDevice, android.bluetooth.BluetoothGattCharacteristic, boolea…
6378 …equest(android.bluetooth.BluetoothDevice, int, int, android.bluetooth.BluetoothGattCharacteristic);
6379 …uest(android.bluetooth.BluetoothDevice, int, android.bluetooth.BluetoothGattCharacteristic, boolea…
6391 method public boolean addCharacteristic(android.bluetooth.BluetoothGattCharacteristic);
6393 method public android.bluetooth.BluetoothGattCharacteristic getCharacteristic(java.util.UUID);
6394 … method public java.util.List<android.bluetooth.BluetoothGattCharacteristic> getCharacteristics();
6401 field protected java.util.List<android.bluetooth.BluetoothGattCharacteristic> mCharacteristics;