Home
last modified time | relevance | path

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

/btstack/platform/daemon/src/
H A Dsocket_connection.h118 void socket_connection_send_packet_all(uint16_t type, uint16_t channel, uint8_t *packet, uint16_t s…
H A Ddaemon.c685 socket_connection_send_packet_all(HCI_EVENT_PACKET, 0, event, sizeof(event)); in hci_emit_btstack_version()
695 socket_connection_send_packet_all(HCI_EVENT_PACKET, 0, event, sizeof(event)); in hci_emit_system_bluetooth_enabled()
1536 socket_connection_send_packet_all(packet_type, channel, packet, size); in daemon_emit_packet()
H A Dsocket_connection.c582 void socket_connection_send_packet_all(uint16_t type, uint16_t channel, uint8_t *packet, uint16_t s… in socket_connection_send_packet_all() function