Home
last modified time | relevance | path

Searched defs:write_descriptor (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/include/hardware/
Dbt_gatt_client.h241 bt_status_t (*write_descriptor)(int conn_id, uint16_t handle, int auth_req, const uint8_t* value, member
/packages/modules/Bluetooth/floss/pandora/server/
Dbluetooth.py356 def write_descriptor(self, address, handle, auth_req, value): member in Bluetooth
/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.rs834 fn write_descriptor( in write_descriptor() method
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs563 fn write_descriptor( in write_descriptor() method
2437 fn write_descriptor( in write_descriptor() method
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs1312 pub fn write_descriptor( in write_descriptor() method
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs1729 fn write_descriptor( in write_descriptor() method