OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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