Searched defs:write_characteristic (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/ |
D | gatt_client.py | 262 async def write_characteristic(self): member in GattClient
|
/aosp_15_r20/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_gatt_client.h | 241 bt_status_t (*write_characteristic)(int conn_id, uint16_t handle, int write_type, int auth_req, member
|
/aosp_15_r20/packages/modules/Bluetooth/floss/pandora/server/ |
D | bluetooth.py | 359 def write_characteristic(self, address, handle, write_type, auth_req, value): member in Bluetooth
|
/aosp_15_r20/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
|
/aosp_15_r20/external/autotest/server/cros/bluetooth/ |
H A D | bluetooth_device.py | 1394 def write_characteristic(self, uuid, address, bytes_to_write): member in BluetoothDevice
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/ |
D | gatt_service.rs | 549 fn write_characteristic(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) { in write_characteristic() method
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_bluetooth_gatt.rs | 816 fn write_characteristic( in write_characteristic() method
|
/aosp_15_r20/external/autotest/client/cros/multimedia/ |
H A D | bluetooth_facade.py | 3762 def write_characteristic(self, uuid, address, value): member in BluezFacadeLocal
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth_gatt.rs | 550 fn write_characteristic( in write_characteristic() method 2389 fn write_characteristic( in write_characteristic() method
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | gatt.rs | 1240 pub fn write_characteristic( in write_characteristic() method
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | dbus_iface.rs | 1708 fn write_characteristic( in write_characteristic() method
|