Searched defs:read_phy (Results 1 – 6 of 6) sorted by relevance
39 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
306 bt_status_t (*read_phy)( member
110 fn read_phy(self: Pin<&mut GattClientIntf>, client_if: i32, bt_addr: RawAddress) -> i32; in read_phy() function1357 pub fn read_phy(&mut self, client_if: i32, addr: &RawAddress) -> BtStatus { in read_phy() method1453 pub fn read_phy(&mut self, server_if: i32, addr: &RawAddress) -> BtStatus { in read_phy() method
993 def read_phy(self, address): member in FlossGattClient