Home
last modified time | relevance | path

Searched refs:BT_HCI_H4_ACL (Results 1 – 18 of 18) sorted by relevance

/Zephyr-latest/samples/boards/st/bluetooth/interactive_gui/src/
Dmain.c170 (type == BT_HCI_H4_ACL) | (type == BT_HCI_H4_ISO) | (type == H4_ST_VND_CMD); in valid_type()
186 case BT_HCI_H4_ACL: in get_len()
206 case BT_HCI_H4_ACL: in hdr_len()
226 case BT_HCI_H4_ACL: in alloc_tx_buf()
/Zephyr-latest/drivers/bluetooth/hci/
Dhci_da1469x.c80 case BT_HCI_H4_ACL: in h4_get_type()
186 case BT_HCI_H4_ACL: in get_rx()
354 case BT_HCI_H4_ACL: in read_header()
480 net_buf_push_u8(buf, BT_HCI_H4_ACL); in bt_da1469x_send()
Duserchan.c83 case BT_HCI_H4_ACL: in get_rx()
124 case BT_HCI_H4_ACL: { in hci_packet_complete()
302 net_buf_push_u8(buf, BT_HCI_H4_ACL); in uc_send()
Dhci_ifx_psoc6_bless.c123 case BT_HCI_H4_ACL: in psoc6_bless_events_handler()
176 hci_tx_pkt.packetType = BT_HCI_H4_ACL; in psoc6_bless_send()
Dhci_silabs_efr32.c90 case BT_HCI_H4_ACL: in hci_common_transport_transmit()
114 net_buf_push_u8(buf, BT_HCI_H4_ACL); in slz_bt_send()
Dhci_esp32.c205 case BT_HCI_H4_ACL: in hci_esp_host_rcv_pkt()
246 pkt_indicator = BT_HCI_H4_ACL; in bt_esp32_send()
Dh4.c90 case BT_HCI_H4_ACL: in h4_get_type()
210 case BT_HCI_H4_ACL: in get_rx()
369 case BT_HCI_H4_ACL: in read_header()
412 h4->tx.type = BT_HCI_H4_ACL; in process_tx()
Dhci_ambiq.c327 case BT_HCI_H4_ACL: in bt_spi_rx_thread()
357 net_buf_push_u8(buf, BT_HCI_H4_ACL); in bt_apollo_send()
Dhci_nxp.c328 case BT_HCI_H4_ACL: in process_rx()
406 packetType = BT_HCI_H4_ACL; in bt_nxp_send()
Dipc.c227 case BT_HCI_H4_ACL: in bt_ipc_rx()
258 pkt_indicator = BT_HCI_H4_ACL; in bt_ipc_send()
Dspi.c222 case BT_HCI_H4_ACL: in bt_spi_rx_buf_construct()
323 net_buf_push_u8(buf, BT_HCI_H4_ACL); in bt_spi_send()
Dhci_stm32wba.c252 case BT_HCI_H4_ACL: in receive_data()
316 pkt_indicator = BT_HCI_H4_ACL; in bt_hci_stm32wba_send()
Dipm_stm32wb.c226 case BT_HCI_H4_ACL: in bt_ipm_rx_thread()
368 net_buf_push_u8(buf, BT_HCI_H4_ACL); in bt_ipm_send()
Dhci_spi_st.c462 case BT_HCI_H4_ACL: in bt_spi_rx_buf_construct()
574 net_buf_push_u8(buf, BT_HCI_H4_ACL); in bt_spi_send()
Dhci_stm32wb0.c332 case BT_HCI_H4_ACL: in get_rx()
/Zephyr-latest/samples/bluetooth/hci_uart_async/src/
Dhci_uart_async.c81 case BT_HCI_H4_ACL: in hci_payload_size()
97 case BT_HCI_H4_ACL: in hci_hdr_size()
/Zephyr-latest/subsys/bluetooth/host/
Dhci_raw.c141 case BT_HCI_H4_ACL: in bt_buf_get_tx()
207 net_buf_push_u8(buf, BT_HCI_H4_ACL); in bt_hci_recv()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h31 #define BT_HCI_H4_ACL 0x02 /* HCI ACL Data packet */ macro