Home
last modified time | relevance | path

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

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