Searched refs:write_descriptor (Results 1 – 10 of 10) sorted by relevance
/packages/modules/Bluetooth/floss/pandora/server/ |
D | bluetooth.py | 356 def write_descriptor(self, address, handle, auth_req, value): member in Bluetooth 357 return self.gatt_client.write_descriptor(address, handle, auth_req, value)
|
D | gatt.py | 208 … self.bluetooth.write_descriptor(address, request.handle, self.AUTHENTICATION_NONE, request.value) 652 self.bluetooth.write_descriptor(address, request.handle, self.AUTHENTICATION_NONE, 656 self.bluetooth.write_descriptor(address, request.handle, self.AUTHENTICATION_NONE,
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_gatt_client.h | 241 bt_status_t (*write_descriptor)(int conn_id, uint16_t handle, int auth_req, const uint8_t* value, member
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | battery_service.rs | 221 self.gatt.lock().unwrap().write_descriptor( in handle_action()
|
D | bluetooth_gatt.rs | 563 fn write_descriptor( in write_descriptor() method 2437 fn write_descriptor( in write_descriptor() method 2451 self.gatt.lock().unwrap().client.write_descriptor(conn_id, handle as u16, auth_req, &value); in write_descriptor()
|
/packages/modules/Bluetooth/floss/pandora/floss/ |
D | gatt_client.py | 855 def write_descriptor(self, address, handle, auth_req, value): member in FlossGattClient
|
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_bluetooth_gatt.rs | 834 fn write_descriptor( in write_descriptor() method
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | gatt.rs | 1312 pub fn write_descriptor( in write_descriptor() method 1322 write_descriptor, in write_descriptor()
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | dbus_iface.rs | 1729 fn write_descriptor( in write_descriptor() method
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_gatt.cpp | 1485 sGattIf->client->write_descriptor(conn_id, handle, auth_req, reinterpret_cast<uint8_t*>(p_value), in gattClientWriteDescriptorNative()
|