Lines Matching defs:ServerInternals
94 struct ServerInternals { struct
104 std::map<UUID, int> uuid_to_attribute;
107 std::unordered_map<int, Characteristic> characteristics;
110 std::unordered_map<int, int> controlled_blobs;
112 ScanResults scan_results;
114 UUID last_write;
115 const btgatt_interface_t *gatt;
116 int server_if;
117 int client_if;
118 int service_handle;
119 btgatt_srvc_id_t service_id;
120 std::set<int> connections;
122 std::mutex lock;
123 std::condition_variable api_synchronize;
124 int pipefd[kPipeNumEnds];
519 ServerInternals::ServerInternals() in ServerInternals() function in bluetooth::gatt::ServerInternals