HomeSort by relevance Sort by last modified time
    Searched refs:readCharacteristic (Results 1 - 8 of 8) sorted by null

  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGatt/src/main/java/com/example/bluetooth/le/
BluetoothLeService.java 277 public void readCharacteristic(BluetoothGattCharacteristic characteristic) {
282 mBluetoothGatt.readCharacteristic(characteristic);
DeviceControlActivity.java 137 mBluetoothLeService.readCharacteristic(characteristic);
  /frameworks/base/core/java/android/bluetooth/
IBluetoothGatt.aidl 46 void readCharacteristic(in int clientIf, in String address, in int srvcType,
BluetoothGatt.java 320 mService.readCharacteristic(mClientIf, address,
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 308 public void readCharacteristic(int clientIf, String address, int srvcType,
314 service.readCharacteristic(clientIf, address, srvcType, srvcInstanceId,
    [all...]