HomeSort by relevance Sort by last modified time
    Searched refs:onCharacteristicRead (Results 1 - 25 of 28) sorted by null

1 2

  /frameworks/base/core/java/android/bluetooth/
BluetoothGattCallback.java 88 public void onCharacteristicRead(BluetoothGatt gatt, BluetoothGattCharacteristic characteristic,
IBluetoothGattCallback.aidl 32 void onCharacteristicRead(in String address, in int status, in int handle, in byte[] value);
BluetoothGatt.java 324 public void onCharacteristicRead(String address, int status, int handle, byte[] value) {
325 if (VDBG) Log.d(TAG, "onCharacteristicRead() - Device=" + address
354 Log.w(TAG, "onCharacteristicRead() failed to find characteristic!");
364 callback.onCharacteristicRead(BluetoothGatt.this, characteristic,
    [all...]
  /system/bt/service/doc/
IBluetoothGattClientCallback.txt 77 void onCharacteristicRead(in int status, in GattIdentifier characteristic_id,
  /packages/services/Car/TrustAgent/src/com/android/car/trust/
CarEnrolmentService.java 83 public void onCharacteristicRead(BluetoothDevice device,
CarUnlockService.java 109 public void onCharacteristicRead(BluetoothDevice device,
  /packages/services/Car/TrustAgent/src/com/android/car/trust/comms/
SimpleBleServer.java 174 public abstract void onCharacteristicRead(BluetoothDevice device,
233 this.onCharacteristicRead(device, requestId, offset, characteristic);
SimpleBleClient.java 363 public void onCharacteristicRead(BluetoothGatt gatt,
366 Log.d(TAG, "onCharacteristicRead:" + new String(characteristic.getValue()));
  /developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 102 public void onCharacteristicRead(BluetoothGatt gatt,
272 * asynchronously through the {@code BluetoothGattCallback#onCharacteristicRead(android.bluetooth.BluetoothGatt, android.bluetooth.BluetoothGattCharacteristic, int)}
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 102 public void onCharacteristicRead(BluetoothGatt gatt,
272 * asynchronously through the {@code BluetoothGattCallback#onCharacteristicRead(android.bluetooth.BluetoothGatt, android.bluetooth.BluetoothGattCharacteristic, int)}
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
BluetoothLeService.java 102 public void onCharacteristicRead(BluetoothGatt gatt,
272 * asynchronously through the {@code BluetoothGattCallback#onCharacteristicRead(android.bluetooth.BluetoothGatt, android.bluetooth.BluetoothGattCharacteristic, int)}
  /frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
BluetoothMidiDevice.java 142 public void onCharacteristicRead(BluetoothGatt gatt,
145 Log.d(TAG, "onCharacteristicRead " + status);
  /packages/apps/Test/connectivity/PMC/src/com/android/pmc/
GattClientListener.java 219 public void onCharacteristicRead(BluetoothGatt gatt,
221 Log.d(TAG, "onCharacteristicRead: " + status);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleEncryptedClientService.java 416 public void onCharacteristicRead(BluetoothGatt gatt, final BluetoothGattCharacteristic characteristic, final int status) {
419 Log.d(TAG, "onCharacteristicRead: status=" + status);
BleClientService.java     [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothAccessoryFragment.java 282 public void onCharacteristicRead(BluetoothGatt gatt,
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
GattClientFacade.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.3_r2-robolectric-0.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/26/
android.jar 

Completed in 1719 milliseconds

1 2