Searched refs:GattServerIntf (Results 1 – 3 of 3) sorted by relevance
42 class GattServerIntf {44 GattServerIntf(const btgatt_server_interface_t* server_intf) : server_intf_(server_intf){}; in GattServerIntf() function45 ~GattServerIntf() = default;53 std::unique_ptr<GattServerIntf> GetGattServerProfile(const unsigned char* gatt_intf);
47 int GattServerIntf::server_read_phy(int server_if, RawAddress addr) { in server_read_phy()52 std::unique_ptr<GattServerIntf> GetGattServerProfile(const unsigned char* gatt_intf) { in GetGattServerProfile()53 return std::make_unique<GattServerIntf>( in GetGattServerProfile()
112 type GattServerIntf; typedef114 unsafe fn GetGattServerProfile(btif: *const u8) -> UniquePtr<GattServerIntf>; in GetGattServerProfile() argument117 self: Pin<&mut GattServerIntf>, in server_read_phy() argument1372 internal_cxx: cxx::UniquePtr<ffi::GattServerIntf>,