Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_sock_sco.cc80 static list_t* sco_sockets; // Owns a collection of sco_socket_t objects. variable
87 sco_sockets = list_new((list_free_cb)sco_socket_free_locked); in btsock_sco_init()
88 if (!sco_sockets) return BT_STATUS_SOCKET_ERROR; in btsock_sco_init()
100 list_free(sco_sockets); in btsock_sco_cleanup()
101 sco_sockets = NULL; in btsock_sco_cleanup()
171 list_append(sco_sockets, sco_socket); in sco_socket_establish_locked()
209 for (const list_node_t* node = list_begin(sco_sockets); in sco_socket_find_locked()
210 node != list_end(sco_sockets); node = list_next(node)) { in sco_socket_find_locked()
300 list_remove(sco_sockets, sco_socket); in connect_completed_cb()
316 list_remove(sco_sockets, sco_socket); in disconnect_completed_cb()
[all …]