Searched refs:BackgroundConnection (Results 1 – 2 of 2) sorted by relevance
62 struct BackgroundConnection { struct78 static std::unordered_map<RawAddress, BackgroundConnection, BgConnHash> argument147 BackgroundConnection{address, addr_type, false, 0, false}; in background_connection_add()149 BackgroundConnection* connection = &map_iter->second; in background_connection_add()177 BackgroundConnection* connection = &map_el.second; in background_connections_pending()295 BackgroundConnection* connection = &map_it->second; in btm_execute_wl_dev_operation()305 BackgroundConnection* connection = &map_el.second; in btm_execute_wl_dev_operation()431 BackgroundConnection* connection = &map_it->second; in btm_ble_bgconn_cancel_if_disconnected()
40 struct BackgroundConnection {}; struct