Home
last modified time | relevance | path

Searched refs:write_descriptor (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/floss/pandora/server/
Dbluetooth.py356 def write_descriptor(self, address, handle, auth_req, value): member in Bluetooth
357 return self.gatt_client.write_descriptor(address, handle, auth_req, value)
Dgatt.py208 … 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/
Dbt_gatt_client.h268 bt_status_t (*write_descriptor)(int conn_id, uint16_t handle, int auth_req, member
/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dgatt_client.py272 async def write_descriptor(self): member in GattClient
/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dgatt_service.rs562 fn write_descriptor(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) { in write_descriptor() method
564 client.write_descriptor(0, 0, 0, &[0]); in write_descriptor()
/packages/modules/Bluetooth/floss/pandora/floss/
Dgatt_client.py855 def write_descriptor(self, address, handle, auth_req, value): member in FlossGattClient
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_gatt.rs837 fn write_descriptor( in write_descriptor() method
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs1271 pub fn write_descriptor( in write_descriptor() method
1281 write_descriptor, in write_descriptor()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs563 fn write_descriptor( in write_descriptor() method
2594 fn write_descriptor( in write_descriptor() method
2608 self.gatt.as_ref().unwrap().lock().unwrap().client.write_descriptor( in write_descriptor()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs1712 fn write_descriptor( in write_descriptor() method
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp1517 sGattIf->client->write_descriptor(conn_id, handle, auth_req, in gattClientWriteDescriptorNative()