Searched refs:ServerInternals (Results 1 – 2 of 2) sorted by relevance
56 struct ServerInternals;121 std::unique_ptr<ServerInternals> internal_;
74 static bluetooth::gatt::ServerInternals *g_internal = nullptr;94 struct ServerInternals { struct95 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::ServerInternals526 ServerInternals::~ServerInternals() { in ~ServerInternals()542 internal_.reset(new ServerInternals); in Initialize()