Home
last modified time | relevance | path

Searched refs:ServerInternals (Results 1 – 2 of 2) sorted by relevance

/system/bt/service/
Dgatt_server_old.h56 struct ServerInternals;
121 std::unique_ptr<ServerInternals> internal_;
Dgatt_server_old.cpp74 static bluetooth::gatt::ServerInternals *g_internal = nullptr;
94 struct ServerInternals { struct
95 ServerInternals();
96 ~ServerInternals();
484 int ServerInternals::Initialize() { in Initialize()
510 bt_status_t ServerInternals::AddCharacteristic( in AddCharacteristic()
519 ServerInternals::ServerInternals() in ServerInternals() function in bluetooth::gatt::ServerInternals
526 ServerInternals::~ServerInternals() { in ~ServerInternals()
542 internal_.reset(new ServerInternals); in Initialize()