Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_shim.h44 GattServerIntf(const btgatt_server_interface_t* server_intf) : server_intf_(server_intf){}; in GattServerIntf() function
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs143 type GattServerIntf; typedef
145 unsafe fn GetGattServerProfile(btif: *const u8) -> UniquePtr<GattServerIntf>; in GetGattServerProfile()
148 self: Pin<&mut GattServerIntf>, in server_read_phy()