Home
last modified time | relevance | path

Searched refs:GattServerIntf (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_shim.h41 class GattServerIntf {
43 GattServerIntf(const btgatt_server_interface_t* server_intf) : server_intf_(server_intf) {} in GattServerIntf() function
44 ~GattServerIntf() = default;
52 std::unique_ptr<GattServerIntf> GetGattServerProfile(const unsigned char* gatt_intf);
Dgatt_shim.cc51 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()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs114 type GattServerIntf; typedef
116 unsafe fn GetGattServerProfile(btif: *const u8) -> UniquePtr<GattServerIntf>; in GetGattServerProfile() argument
119 self: Pin<&mut GattServerIntf>, in server_read_phy() argument
1419 internal_cxx: cxx::UniquePtr<ffi::GattServerIntf>,