Searched refs:BT_HCI_H4_ACL (Results 1 – 18 of 18) sorted by relevance
170 (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()
80 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()
83 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()
123 case BT_HCI_H4_ACL: in psoc6_bless_events_handler()176 hci_tx_pkt.packetType = BT_HCI_H4_ACL; in psoc6_bless_send()
90 case BT_HCI_H4_ACL: in hci_common_transport_transmit()114 net_buf_push_u8(buf, BT_HCI_H4_ACL); in slz_bt_send()
205 case BT_HCI_H4_ACL: in hci_esp_host_rcv_pkt()246 pkt_indicator = BT_HCI_H4_ACL; in bt_esp32_send()
90 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()
327 case BT_HCI_H4_ACL: in bt_spi_rx_thread()357 net_buf_push_u8(buf, BT_HCI_H4_ACL); in bt_apollo_send()
328 case BT_HCI_H4_ACL: in process_rx()406 packetType = BT_HCI_H4_ACL; in bt_nxp_send()
227 case BT_HCI_H4_ACL: in bt_ipc_rx()258 pkt_indicator = BT_HCI_H4_ACL; in bt_ipc_send()
222 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()
252 case BT_HCI_H4_ACL: in receive_data()316 pkt_indicator = BT_HCI_H4_ACL; in bt_hci_stm32wba_send()
226 case BT_HCI_H4_ACL: in bt_ipm_rx_thread()368 net_buf_push_u8(buf, BT_HCI_H4_ACL); in bt_ipm_send()
462 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()
332 case BT_HCI_H4_ACL: in get_rx()
81 case BT_HCI_H4_ACL: in hci_payload_size()97 case BT_HCI_H4_ACL: in hci_hdr_size()
141 case BT_HCI_H4_ACL: in bt_buf_get_tx()207 net_buf_push_u8(buf, BT_HCI_H4_ACL); in bt_hci_recv()
31 #define BT_HCI_H4_ACL 0x02 /* HCI ACL Data packet */ macro