Lines Matching refs:hci_packet_buffer

908             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()
1139 …e_t con_handle = (hci_con_handle_t) little_endian_read_16(hci_stack->hci_packet_buffer, 0) & 0xfff; in hci_send_iso_packet_buffer()
1436 return hci_stack->hci_packet_buffer; in hci_get_outgoing_packet_buffer()
1685 uint8_t * packet = hci_stack->hci_packet_buffer; in gap_run_set_local_name()
1703 uint8_t * packet = hci_stack->hci_packet_buffer; in gap_run_set_eir_data()
1923 hci_stack->chipset->set_baudrate_command(baud_rate, hci_stack->hci_packet_buffer); in hci_initializing_run()
1931 … hci_stack->chipset->set_bd_addr_command(hci_stack->custom_bd_addr, hci_stack->hci_packet_buffer); in hci_initializing_run()
1947 hci_stack->chipset->set_baudrate_command(baud_rate, hci_stack->hci_packet_buffer); in hci_initializing_run()
1967 … hci_stack->chipset_result = (*hci_stack->chipset->next_command)(hci_stack->hci_packet_buffer); in hci_initializing_run()
4271 if (handle == READ_ACL_CONNECTION_HANDLE(hci_stack->hci_packet_buffer)){ in event_handler()
4285 if (handle == READ_ISO_CONNECTION_HANDLE(hci_stack->hci_packet_buffer)){ in event_handler()
4974 hci_stack->hci_packet_buffer = &hci_stack->hci_packet_buffer_data[HCI_OUTGOING_PRE_BUFFER_SIZE]; in hci_init()
5888 hci_con_handle_t con_handle = READ_ACL_CONNECTION_HANDLE(hci_stack->hci_packet_buffer); in hci_run_acl_fragments()
7718 hci_stack->last_cmd_opcode = little_endian_read_16(hci_stack->hci_packet_buffer, 0); in hci_send_prepared_cmd_packet()
7720 uint16_t size = 3u + hci_stack->hci_packet_buffer[2u]; in hci_send_prepared_cmd_packet()
7722 uint8_t status = hci_send_cmd_packet(hci_stack->hci_packet_buffer, size); in hci_send_prepared_cmd_packet()
8002 hci_cmd_create_from_template(hci_stack->hci_packet_buffer, cmd, argptr); in hci_send_cmd_va_arg()