Searched defs:read_phy (Results 1 – 5 of 5) sorted by relevance
42 int GattClientIntf::read_phy(int client_if, RawAddress addr) { in read_phy() function in bluetooth::topshim::rust::GattClientIntf
317 async def read_phy(self): member in GattClient382 async def read_phy(self): member in GattClient
185 bt_status_t (*read_phy)( member
312 bt_status_t (*read_phy)( member
141 fn read_phy(self: Pin<&mut GattClientIntf>, client_if: i32, bt_addr: RawAddress) -> i32; in read_phy() function1366 pub fn read_phy(&mut self, client_if: i32, addr: &RawAddress) -> BtStatus { in read_phy() method1461 pub fn read_phy(&mut self, server_if: i32, addr: &RawAddress) -> BtStatus { in read_phy() method