Home
last modified time | relevance | path

Searched refs:read_using_characteristic_uuid (Results 1 – 12 of 12) sorted by relevance

/packages/modules/Bluetooth/floss/pandora/server/
Dbluetooth.py407 def read_using_characteristic_uuid(self, address, uuid, start_handle, end_handle, auth_req): member in Bluetooth
408 …return self.gatt_client.read_using_characteristic_uuid(address, uuid, start_handle, end_handle, au…
Dgatt.py441 self.bluetooth.read_using_characteristic_uuid(address, request.uuid,
448 … self.bluetooth.read_using_characteristic_uuid(address, request.uuid, request.start_handle,
/packages/modules/Bluetooth/system/include/hardware/
Dbt_gatt_client.h253 bt_status_t (*read_using_characteristic_uuid)(int conn_id, member
/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dgatt_client.py257 async def read_using_characteristic_uuid(self): member in GattClient
/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dgatt_service.rs533 fn read_using_characteristic_uuid( in read_using_characteristic_uuid() method
540 client.read_using_characteristic_uuid(0, &self.create_uuid(), 0, 0, 0); in read_using_characteristic_uuid()
/packages/modules/Bluetooth/floss/pandora/floss/
Dgatt_client.py823 def read_using_characteristic_uuid(self, address, uuid, start_handle, end_handle, auth_req): member in FlossGattClient
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_gatt.rs806 fn read_using_characteristic_uuid( in read_using_characteristic_uuid() method
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs1227 pub fn read_using_characteristic_uuid( in read_using_characteristic_uuid() method
1237 read_using_characteristic_uuid, in read_using_characteristic_uuid()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs538 fn read_using_characteristic_uuid( in read_using_characteristic_uuid() method
2523 fn read_using_characteristic_uuid( in read_using_characteristic_uuid() method
2539 self.gatt.as_ref().unwrap().lock().unwrap().client.read_using_characteristic_uuid( in read_using_characteristic_uuid()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcommand_handler.rs1304 self.lock_context().gatt_dbus.as_ref().unwrap().read_using_characteristic_uuid( in cmd_gatt()
Ddbus_iface.rs1681 fn read_using_characteristic_uuid( in read_using_characteristic_uuid() method
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp1461 sGattIf->client->read_using_characteristic_uuid(conn_id, uuid, s_handle, in gattClientReadUsingCharacteristicUuidNative()