Home
last modified time | relevance | path

Searched refs:pending_connections (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_bgconn.c103 bool *pending_connections = context; in background_connections_pending_cb() local
107 *pending_connections = true; in background_connections_pending_cb()
115 bool pending_connections = false; in background_connections_pending() local
117 … hash_map_foreach(background_connections, background_connections_pending_cb, &pending_connections); in background_connections_pending()
119 return pending_connections; in background_connections_pending()