Home
last modified time | relevance | path

Searched defs:GattClientIntf (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_shim.h31 GattClientIntf(const btgatt_client_interface_t* client_intf) : client_intf_(client_intf){}; in GattClientIntf() function
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs106 type GattClientIntf; typedef
108 unsafe fn GetGattClientProfile(btif: *const u8) -> UniquePtr<GattClientIntf>; in GetGattClientProfile()
110 fn read_phy(self: Pin<&mut GattClientIntf>, client_if: i32, bt_addr: RawAddress) -> i32; in read_phy()