Searched defs:write_characteristic (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_gatt_client.h | 234 bt_status_t (*write_characteristic)(int conn_id, uint16_t handle, int write_type, int auth_req, member
|
/packages/modules/Bluetooth/floss/pandora/server/ |
D | bluetooth.py | 359 def write_characteristic(self, address, handle, write_type, auth_req, value): member in Bluetooth
|
/packages/modules/Bluetooth/floss/pandora/floss/ |
D | gatt_client.py | 871 def write_characteristic(self, address, handle, write_type, auth_req, value): member in FlossGattClient
|
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_bluetooth_gatt.rs | 816 fn write_characteristic( in write_characteristic() method
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth_gatt.rs | 549 fn write_characteristic( in write_characteristic() method 2391 fn write_characteristic( in write_characteristic() method
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | gatt.rs | 1285 pub fn write_characteristic( in write_characteristic() method
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | dbus_iface.rs | 1711 fn write_characteristic( in write_characteristic() method
|