HomeSort by relevance Sort by last modified time
    Searched full:background_connection_t (Results 1 - 1 of 1) sorted by null

  /system/bt/stack/btm/
btm_ble_bgconn.cc 51 typedef struct background_connection_t { struct
59 } background_connection_t; typedef in typeref:struct:background_connection_t
69 static std::unordered_map<RawAddress, background_connection_t, BgConnHash>
77 background_connection_t{address, addr_type, false, 0, false};
79 background_connection_t* connection = &map_iter->second;
100 background_connection_t* connection = &map_el.second;
162 background_connection_t* connection = &map_it->second;
234 background_connection_t* connection = &map_it->second;
243 background_connection_t* connection = &map_el.second;

Completed in 76 milliseconds