Searched refs:socket_connection_send_packet_all (Results 1 – 3 of 3) sorted by relevance
/btstack/platform/daemon/src/ |
H A D | socket_connection.h | 118 void socket_connection_send_packet_all(uint16_t type, uint16_t channel, uint8_t *packet, uint16_t s…
|
H A D | daemon.c | 685 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 D | socket_connection.c | 582 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
|