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

  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGattSample/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 277 public void readCharacteristic(BluetoothGattCharacteristic characteristic) {
282 mBluetoothGatt.readCharacteristic(characteristic);
DeviceControlActivity.java 137 mBluetoothLeService.readCharacteristic(characteristic);
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
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...]
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 125 milliseconds