Home
last modified time | relevance | path

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

/btstack/src/
H A Dhci.c908 uint16_t handle_and_flags = little_endian_read_16(hci_stack->hci_packet_buffer, 0); in hci_send_acl_packet_fragments()
910 little_endian_store_16(hci_stack->hci_packet_buffer, acl_header_pos, handle_and_flags); in hci_send_acl_packet_fragments()
914 …little_endian_store_16(hci_stack->hci_packet_buffer, acl_header_pos + 2u, current_acl_data_packet_… in hci_send_acl_packet_fragments()
931 uint8_t * packet = &hci_stack->hci_packet_buffer[acl_header_pos]; in hci_send_acl_packet_fragments()
970 uint8_t * packet = hci_stack->hci_packet_buffer; in hci_send_acl_packet_buffer()
1005 uint8_t * packet = hci_stack->hci_packet_buffer; in hci_send_sco_packet_buffer()
1082 uint16_t handle_and_flags = little_endian_read_16(hci_stack->hci_packet_buffer, 0); in hci_send_iso_packet_fragments()
1093 little_endian_store_16(hci_stack->hci_packet_buffer, iso_header_pos, handle_and_flags); in hci_send_iso_packet_fragments()
1096 …little_endian_store_16(hci_stack->hci_packet_buffer, iso_header_pos + 2u, current_iso_data_packet_… in hci_send_iso_packet_fragments()
1109 uint8_t * packet = &hci_stack->hci_packet_buffer[iso_header_pos]; in hci_send_iso_packet_fragments()
[all …]
H A Dhci.h1125 uint8_t * hci_packet_buffer; member