Searched refs:hci_transport_fuzz_send_packet (Results 1 – 4 of 4) sorted by relevance
/btstack/test/fuzz/ |
H A D | fuzz_avrcp.c | 20 static int hci_transport_fuzz_send_packet(uint8_t packet_type, uint8_t * packet, int size){ in hci_transport_fuzz_send_packet() function 46 … /* int (*send_packet)(...); */ &hci_transport_fuzz_send_packet,
|
H A D | fuzz_avdtp.c | 21 static int hci_transport_fuzz_send_packet(uint8_t packet_type, uint8_t * packet, int size){ in hci_transport_fuzz_send_packet() function 47 … /* int (*send_packet)(...); */ &hci_transport_fuzz_send_packet,
|
H A D | fuzz_hci.c | 20 static int hci_transport_fuzz_send_packet(uint8_t packet_type, uint8_t * packet, int size){ in hci_transport_fuzz_send_packet() function 46 … /* int (*send_packet)(...); */ &hci_transport_fuzz_send_packet,
|
H A D | fuzz_gatt_client.c | 18 static int hci_transport_fuzz_send_packet(uint8_t packet_type, uint8_t * packet, int size){ in hci_transport_fuzz_send_packet() function 44 … /* int (*send_packet)(...); */ &hci_transport_fuzz_send_packet,
|