Searched refs:GattServerIntf (Results 1 – 3 of 3) sorted by relevance
41 class GattServerIntf {43 GattServerIntf(const btgatt_server_interface_t* server_intf) : server_intf_(server_intf) {} in GattServerIntf() function44 ~GattServerIntf() = default;52 std::unique_ptr<GattServerIntf> GetGattServerProfile(const unsigned char* gatt_intf);
51 int GattServerIntf::server_read_phy(int server_if, RawAddress addr) { in server_read_phy()56 std::unique_ptr<GattServerIntf> GetGattServerProfile(const unsigned char* gatt_intf) { in GetGattServerProfile()57 return std::make_unique<GattServerIntf>( in GetGattServerProfile()
114 type GattServerIntf; typedef116 unsafe fn GetGattServerProfile(btif: *const u8) -> UniquePtr<GattServerIntf>; in GetGattServerProfile() argument119 self: Pin<&mut GattServerIntf>, in server_read_phy() argument1419 internal_cxx: cxx::UniquePtr<ffi::GattServerIntf>,