Searched refs:ServerInternals (Results 1 – 2 of 2) sorted by relevance
56 struct ServerInternals;122 std::unique_ptr<ServerInternals> internal_;
76 static bluetooth::gatt::ServerInternals* g_internal = nullptr;96 struct ServerInternals { struct97 ServerInternals();98 ~ServerInternals();479 int ServerInternals::Initialize() { in Initialize()505 bt_status_t ServerInternals::AddCharacteristic(const Uuid& uuid, in AddCharacteristic()515 ServerInternals::ServerInternals() in ServerInternals() function in bluetooth::gatt::ServerInternals522 ServerInternals::~ServerInternals() { in ~ServerInternals()536 internal_.reset(new ServerInternals); in Initialize()