Home
last modified time | relevance | path

Searched defs:onDescriptorRead (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattCallback.java174 public void onDescriptorRead(BluetoothGatt gatt, BluetoothGattDescriptor descriptor, in onDescriptorRead() method in BluetoothGattCallback
187 public void onDescriptorRead(@NonNull BluetoothGatt gatt, in onDescriptorRead() method in BluetoothGattCallback
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/testability/android/bluetooth/
DBluetoothGattCallback.java60 public void onDescriptorRead( in onDescriptorRead() method in BluetoothGattCallback
132 public void onDescriptorRead(android.bluetooth.BluetoothGatt gatt, in onDescriptorRead() method in BluetoothGattCallback.InternalBluetoothGattCallback
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/helpers/bluetooth/
DBluetoothGattClient.java62 void onDescriptorRead(String address, UUID uuid, byte[] value, int status); in onDescriptorRead() method
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothGattCallback.aidl35 void onDescriptorRead(in String address, in int status, in int handle, in byte[] value); in onDescriptorRead() method
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DGattClientListener.java241 public void onDescriptorRead(BluetoothGatt gatt, BluetoothGattDescriptor descriptor, in onDescriptorRead() method in GattClientListener.GattCallback
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/fakes/android/bluetooth/
DIBluetoothGattCallback.java79 void onDescriptorRead(String address, int status, int srvcType, in onDescriptorRead() method
/packages/modules/Bluetooth/android/pandora/server/src/com/android/pandora/
DGattInstance.kt120 override fun onDescriptorRead( in onDescriptorRead() method in com.android.pandora.GattInstance
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/gatt/
DBluetoothGattHelper.java486 public void onDescriptorRead(BluetoothGattWrapper gatt, BluetoothGattDescriptor descriptor, in onDescriptorRead() method in BluetoothGattHelper.InternalBluetoothGattCallback