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

  /frameworks/base/core/java/android/bluetooth/
BluetoothGattCallback.java 131 public void onDescriptorRead(BluetoothGatt gatt, BluetoothGattDescriptor descriptor,
IBluetoothGattCallback.aidl 35 void onDescriptorRead(in String address, in int status, in int handle, in byte[] value);
BluetoothGatt.java 454 public void onDescriptorRead(String address, int status, int handle, byte[] value) {
455 if (VDBG) Log.d(TAG, "onDescriptorRead() - Device=" + address + " handle=" + handle);
491 callback.onDescriptorRead(BluetoothGatt.this, descriptor, status);
    [all...]
  /system/bt/service/doc/
IBluetoothGattClientCallback.txt 105 void onDescriptorRead(in int status, in GattIdentifier descriptor_id,
  /packages/apps/Test/connectivity/PMC/src/com/android/pmc/
GattClientListener.java 241 public void onDescriptorRead(BluetoothGatt gatt, BluetoothGattDescriptor descriptor,
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleEncryptedClientService.java 456 public void onDescriptorRead(BluetoothGatt gatt, final BluetoothGattDescriptor descriptor, final int status) {
458 Log.d(TAG, "onDescriptorRead: status=" + status);
BleClientService.java     [all...]
  /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 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 1298 milliseconds