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