Home
last modified time | relevance | path

Searched defs:read_phy (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_shim.cc39 int GattClientIntf::read_phy(int client_if, RawAddress addr) { in read_phy() function in bluetooth::topshim::rust::GattClientIntf
/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dgatt_client.py317 async def read_phy(self): member in GattClient
382 async def read_phy(self): member in GattClient
/packages/modules/Bluetooth/system/include/hardware/
Dbt_gatt_server.h185 bt_status_t (*read_phy)( member
Dbt_gatt_client.h306 bt_status_t (*read_phy)( member
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs110 fn read_phy(self: Pin<&mut GattClientIntf>, client_if: i32, bt_addr: RawAddress) -> i32; in read_phy() function
1357 pub fn read_phy(&mut self, client_if: i32, addr: &RawAddress) -> BtStatus { in read_phy() method
1453 pub fn read_phy(&mut self, server_if: i32, addr: &RawAddress) -> BtStatus { in read_phy() method
/packages/modules/Bluetooth/floss/pandora/floss/
Dgatt_client.py993 def read_phy(self, address): member in FlossGattClient