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

  /system/bt/stack/btm/
btm_ble_bgconn.c 94 bool *pending_connections = context; local
98 *pending_connections = true;
105 bool pending_connections = false; local
107 hash_map_foreach(background_connections, background_connections_pending_cb, &pending_connections);
108 return pending_connections;

Completed in 147 milliseconds