Home
last modified time | relevance | path

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

/btstack/test/fuzz/
H A Dfuzz_l2cap_whitebox.c123 uint8_t* hci_get_outgoing_packet_buffer(void){ in hci_get_outgoing_packet_buffer() function
H A Dfuzz_l2cap.c122 uint8_t* hci_get_outgoing_packet_buffer(void){ in hci_get_outgoing_packet_buffer() function
/btstack/example/
H A Dle_audio_demo_util_source.c329 uint8_t * buffer = hci_get_outgoing_packet_buffer(); in le_audio_demo_util_source_send()
H A Dsco_demo_util.c652 uint8_t * sco_packet = hci_get_outgoing_packet_buffer(); in sco_demo_send()
/btstack/src/
H A Dl2cap.c420 uint8_t *acl_buffer = hci_get_outgoing_packet_buffer(); in l2cap_ertm_send_information_frame()
573 uint8_t *acl_buffer = hci_get_outgoing_packet_buffer(); in l2cap_ertm_send_supervisor_frame()
1052 return hci_get_outgoing_packet_buffer() + COMPLETE_L2CAP_HEADER; // 8 bytes in l2cap_get_outgoing_buffer()
1091 uint8_t *acl_buffer = hci_get_outgoing_packet_buffer(); in l2cap_send_prepared_connectionless()
1106 uint8_t *acl_buffer = hci_get_outgoing_packet_buffer(); in l2cap_send_connectionless()
1429 uint8_t *acl_buffer = hci_get_outgoing_packet_buffer(); in l2cap_send_signaling_packet()
1517 uint8_t *acl_buffer = hci_get_outgoing_packet_buffer(); in l2cap_send_prepared()
1555 uint8_t *acl_buffer = hci_get_outgoing_packet_buffer(); in l2cap_classic_send()
5064 uint8_t *acl_buffer = hci_get_outgoing_packet_buffer(); in l2cap_credit_based_send_pdu()
H A Dhci.h1562 uint8_t* hci_get_outgoing_packet_buffer(void);
H A Dhci.c1434 uint8_t* hci_get_outgoing_packet_buffer(void){ in hci_get_outgoing_packet_buffer() function
5840 uint8_t * packet = hci_get_outgoing_packet_buffer(); in hci_host_num_completed_packets()
/btstack/test/hfp/
H A Dsco_demo_util.c497 uint8_t * sco_packet = hci_get_outgoing_packet_buffer(); in sco_demo_send()
/btstack/test/gap/
H A Dhci_test.cpp277 uint8_t * packet = hci_get_outgoing_packet_buffer(); in TEST()