Searched refs:sco_sockets (Results 1 – 1 of 1) sorted by relevance
88 static list_t *sco_sockets; // Owns a collection of sco_socket_t objects. variable95 sco_sockets = list_new((list_free_cb)sco_socket_free_locked); in btsock_sco_init()96 if (!sco_sockets) in btsock_sco_init()108 list_free(sco_sockets); in btsock_sco_cleanup()109 sco_sockets = NULL; in btsock_sco_cleanup()171 list_append(sco_sockets, sco_socket); in sco_socket_establish_locked()206 …for (const list_node_t *node = list_begin(sco_sockets); node != list_end(sco_sockets); node = list… in sco_socket_find_locked()286 list_remove(sco_sockets, sco_socket); in connect_completed_cb()305 list_remove(sco_sockets, sco_socket); in disconnect_completed_cb()326 list_remove(sco_sockets, sco_socket); in socket_read_ready_cb()