Lines Matching refs:BluetoothGattCharacteristic
8431 method public boolean readCharacteristic(android.bluetooth.BluetoothGattCharacteristic);
8437 …public boolean setCharacteristicNotification(android.bluetooth.BluetoothGattCharacteristic, boolea…
8439 method public boolean writeCharacteristic(android.bluetooth.BluetoothGattCharacteristic);
8458 …racteristicChanged(android.bluetooth.BluetoothGatt, android.bluetooth.BluetoothGattCharacteristic);
8459 …cteristicRead(android.bluetooth.BluetoothGatt, android.bluetooth.BluetoothGattCharacteristic, int);
8460 …teristicWrite(android.bluetooth.BluetoothGatt, android.bluetooth.BluetoothGattCharacteristic, int);
8472 public class BluetoothGattCharacteristic implements android.os.Parcelable {
8473 ctor public BluetoothGattCharacteristic(java.util.UUID, int, int);
8494 …c static final android.os.Parcelable.Creator<android.bluetooth.BluetoothGattCharacteristic> CREATO…
8528 method public android.bluetooth.BluetoothGattCharacteristic getCharacteristic();
8559 …icChanged(android.bluetooth.BluetoothDevice, android.bluetooth.BluetoothGattCharacteristic, boolea…
8568 …equest(android.bluetooth.BluetoothDevice, int, int, android.bluetooth.BluetoothGattCharacteristic);
8569 …uest(android.bluetooth.BluetoothDevice, int, android.bluetooth.BluetoothGattCharacteristic, boolea…
8583 method public boolean addCharacteristic(android.bluetooth.BluetoothGattCharacteristic);
8586 method public android.bluetooth.BluetoothGattCharacteristic getCharacteristic(java.util.UUID);
8587 … method public java.util.List<android.bluetooth.BluetoothGattCharacteristic> getCharacteristics();
8596 field protected java.util.List<android.bluetooth.BluetoothGattCharacteristic> mCharacteristics;