Home
last modified time | relevance | path

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

/btstack/platform/daemon/src/
H A Dsocket_connection.c122 typedef struct linked_connection { struct
129 linked_connection_t linked_connection; // used for connection list member
164 btstack_linked_list_remove(&connections, &conn->linked_connection.item); in socket_connection_free_connection()
189 conn->linked_connection.connection = conn; in socket_connection_register_new_connection()
224 btstack_linked_list_add( &connections, &conn->linked_connection.item); in socket_connection_register_new_connection()
587 linked_connection_t * linked_connection = (linked_connection_t *) it; in socket_connection_send_packet_all() local
588 socket_connection_send_packet( linked_connection->connection, type, channel, packet, size); in socket_connection_send_packet_all()