Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_shim.cc38 int GattClientIntf::read_phy(int client_if, RustRawAddress addr) { in read_phy() function in bluetooth::topshim::rust::GattClientIntf
/packages/modules/Bluetooth/system/include/hardware/
Dbt_gatt_server.h178 bt_status_t (*read_phy)( member
Dbt_gatt_client.h305 bt_status_t (*read_phy)( member
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs114 fn read_phy(self: Pin<&mut GattClientIntf>, client_if: i32, bt_addr: RustRawAddress) in read_phy() function
1207 pub fn read_phy(&mut self, client_if: i32, addr: &RawAddress) -> BtStatus { in read_phy() method