Home
last modified time | relevance | path

Searched refs:BT_HCI_H4_ISO (Results 1 – 12 of 12) 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()
183 case BT_HCI_H4_ISO: in get_len()
204 case BT_HCI_H4_ISO: in hdr_len()
225 case BT_HCI_H4_ISO: in alloc_tx_buf()
/Zephyr-latest/drivers/bluetooth/hci/
Duserchan.c85 case BT_HCI_H4_ISO: in get_rx()
157 case BT_HCI_H4_ISO: { in hci_packet_complete()
309 net_buf_push_u8(buf, BT_HCI_H4_ISO); in uc_send()
Dhci_da1469x.c84 case BT_HCI_H4_ISO: in h4_get_type()
188 case BT_HCI_H4_ISO: in get_rx()
357 case BT_HCI_H4_ISO: in read_header()
Dh4.c94 case BT_HCI_H4_ISO: in h4_get_type()
212 case BT_HCI_H4_ISO: in get_rx()
372 case BT_HCI_H4_ISO: in read_header()
419 h4->tx.type = BT_HCI_H4_ISO; in process_tx()
Dipc.c231 case BT_HCI_H4_ISO: in bt_ipc_rx()
264 pkt_indicator = BT_HCI_H4_ISO; in bt_ipc_send()
Dhci_stm32wba.c255 case BT_HCI_H4_ISO: in receive_data()
322 pkt_indicator = BT_HCI_H4_ISO; in bt_hci_stm32wba_send()
Dhci_spi_st.c474 case BT_HCI_H4_ISO: in bt_spi_rx_buf_construct()
581 net_buf_push_u8(buf, BT_HCI_H4_ISO); in bt_spi_send()
Dhci_esp32.c252 pkt_indicator = BT_HCI_H4_ISO; in bt_esp32_send()
Dhci_stm32wb0.c345 case BT_HCI_H4_ISO: in get_rx()
/Zephyr-latest/samples/bluetooth/hci_uart_async/src/
Dhci_uart_async.c83 case BT_HCI_H4_ISO: in hci_payload_size()
99 case BT_HCI_H4_ISO: in hci_hdr_size()
/Zephyr-latest/subsys/bluetooth/host/
Dhci_raw.c146 case BT_HCI_H4_ISO: in bt_buf_get_tx()
211 net_buf_push_u8(buf, BT_HCI_H4_ISO); in bt_hci_recv()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h34 #define BT_HCI_H4_ISO 0x05 /* HCI ISO Data packet */ macro