Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_sock_sco.cc82 static list_t* sco_sockets; // Owns a collection of sco_socket_t objects. variable
89 sco_sockets = list_new((list_free_cb)sco_socket_free_locked); in btsock_sco_init()
90 if (!sco_sockets) return BT_STATUS_FAIL; in btsock_sco_init()
100 list_free(sco_sockets); in btsock_sco_cleanup()
101 sco_sockets = NULL; in btsock_sco_cleanup()
170 list_append(sco_sockets, sco_socket); in sco_socket_establish_locked()
204 for (const list_node_t* node = list_begin(sco_sockets); in sco_socket_find_locked()
205 node != list_end(sco_sockets); node = list_next(node)) { in sco_socket_find_locked()
293 list_remove(sco_sockets, sco_socket); in connect_completed_cb()
310 list_remove(sco_sockets, sco_socket); in disconnect_completed_cb()
[all …]