Lines Matching defs:ServerInternals
95 struct ServerInternals { struct
103 std::map<Uuid, int> uuid_to_attribute;
106 std::unordered_map<int, Characteristic> characteristics;
109 std::unordered_map<int, int> controlled_blobs;
111 ScanResults scan_results;
113 Uuid last_write;
114 const btgatt_interface_t* gatt;
115 int server_if;
116 int client_if;
117 int service_handle;
118 std::set<int> connections;
120 std::mutex lock;
121 std::condition_variable api_synchronize;
122 int pipefd[kPipeNumEnds];
516 ServerInternals::ServerInternals() in ServerInternals() function in bluetooth::gatt::ServerInternals