Home
last modified time | relevance | path

Searched refs:ReadDescriptor (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/bta/include/
Dbta_gatt_queue.h41 static void ReadDescriptor(uint16_t conn_id, uint16_t handle,
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_queue.cc233 void BtaGattQueue::ReadDescriptor(uint16_t conn_id, uint16_t handle, in ReadDescriptor() function in BtaGattQueue
/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dgatt_client.py270 await self.__gatt_stub.ReadDescriptor(empty_proto.Empty())
/packages/modules/Bluetooth/system/blueberry/facade/topshim/
Dfacade.proto79 rpc ReadDescriptor(google.protobuf.Empty) returns (google.protobuf.Empty) {} rpc
/packages/modules/Bluetooth/floss/pandora/floss/
Dgatt_client.py851 self.proxy().ReadDescriptor(self.client_id, address, handle, auth_req)
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs587 ReadDescriptor(i32, GattStatus, BtGattReadParams), enumerator
693 gc_read_descriptor_cb -> GattClientCallbacks::ReadDescriptor,
/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_le.cc487 BtaGattQueue::ReadDescriptor(p_cb->conn_id, p_desc->handle, cb, cb_data); in bta_hh_le_read_char_descriptor()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs2933 #[btif_callback(ReadDescriptor)]