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.h42 class GattServerIntf {
44 GattServerIntf(const btgatt_server_interface_t* server_intf) : server_intf_(server_intf){}; in GattServerIntf() function
45 ~GattServerIntf() = default;
53 std::unique_ptr<GattServerIntf> GetGattServerProfile(const unsigned char* gatt_intf);
Dgatt_shim.cc47 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()
/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() argument
117 self: Pin<&mut GattServerIntf>, in server_read_phy() argument
1372 internal_cxx: cxx::UniquePtr<ffi::GattServerIntf>,