Home
last modified time | relevance | path

Searched refs:gattClientWriteDescriptor (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/gatt/
Dgatt_notify_test.py63 … self.central.sl4a.gattClientWriteDescriptor(self.bluetooth_gatt, self.discovered_services_index,
/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_gatt_utils.py167 … cen_droid.gattClientWriteDescriptor(bluetooth_gatt, discovered_services_index, i,
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java518 public void gattClientWriteDescriptor(int connId, int handle, int authReq, byte[] value) { in gattClientWriteDescriptor() method in GattNativeInterface
DGattService.java2463 mNativeInterface.gattClientWriteDescriptor(connId, handle, authReq, value); in writeDescriptor()