Home
last modified time | relevance | path

Searched defs:write_characteristic (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dgatt_client.py262 async def write_characteristic(self): member in GattClient
/aosp_15_r20/packages/modules/Bluetooth/system/include/hardware/
Dbt_gatt_client.h241 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/
Dbluetooth.py359 def write_characteristic(self, address, handle, write_type, auth_req, value): member in Bluetooth
/aosp_15_r20/packages/modules/Bluetooth/floss/pandora/floss/
Dgatt_client.py871 def write_characteristic(self, address, handle, write_type, auth_req, value): member in FlossGattClient
/aosp_15_r20/external/autotest/server/cros/bluetooth/
H A Dbluetooth_device.py1394 def write_characteristic(self, uuid, address, bytes_to_write): member in BluetoothDevice
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dgatt_service.rs549 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/
Diface_bluetooth_gatt.rs816 fn write_characteristic( in write_characteristic() method
/aosp_15_r20/external/autotest/client/cros/multimedia/
H A Dbluetooth_facade.py3762 def write_characteristic(self, uuid, address, value): member in BluezFacadeLocal
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs550 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/
Dgatt.rs1240 pub fn write_characteristic( in write_characteristic() method
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs1708 fn write_characteristic( in write_characteristic() method