Searched refs:BT_HCI_H4_ISO (Results 1 – 12 of 12) sorted by relevance
170 (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()
85 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()
84 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()
94 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()
231 case BT_HCI_H4_ISO: in bt_ipc_rx()264 pkt_indicator = BT_HCI_H4_ISO; in bt_ipc_send()
255 case BT_HCI_H4_ISO: in receive_data()322 pkt_indicator = BT_HCI_H4_ISO; in bt_hci_stm32wba_send()
474 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()
252 pkt_indicator = BT_HCI_H4_ISO; in bt_esp32_send()
345 case BT_HCI_H4_ISO: in get_rx()
83 case BT_HCI_H4_ISO: in hci_payload_size()99 case BT_HCI_H4_ISO: in hci_hdr_size()
146 case BT_HCI_H4_ISO: in bt_buf_get_tx()211 net_buf_push_u8(buf, BT_HCI_H4_ISO); in bt_hci_recv()
34 #define BT_HCI_H4_ISO 0x05 /* HCI ISO Data packet */ macro