Searched defs:ServerInternals (Results 1 – 1 of 1) sorted by relevance
94 struct ServerInternals { struct104 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;[all …]