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

  /developers/build/prebuilts/gradle/BluetoothLeGatt/Application/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);
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/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);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleCocClientService.java 283 private void readCharacteristic(UUID uuid) {
286 mBluetoothGatt.readCharacteristic(characteristic);
340 readCharacteristic(LE_PSM_CHARACTERISTIC_UUID);
BleClientService.java 368 readCharacteristic(CHARACTERISTIC_UUID);
443 readCharacteristic(CHARACTERISTIC_NO_READ_UUID);
455 readCharacteristic(CHARACTERISTIC_NEED_ENCRYPTED_READ_UUID);
549 private void readCharacteristic(UUID uuid) {
552 mBluetoothGatt.readCharacteristic(characteristic);
    [all...]
BleEncryptedClientService.java 275 mBluetoothGatt.readCharacteristic(characteristic);
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
GattClientFacade.java 433 return bluetoothGatt.readCharacteristic(gattCharacteristic);
492 return bluetoothGatt.readCharacteristic(charList.get(characteristicIndex));
526 return bluetoothGatt.readCharacteristic(mGattChar);
    [all...]

Completed in 416 milliseconds