Searched refs:BT_HCI_H4_CMD (Results 1 – 17 of 17) sorted by relevance
169 return (type == BT_HCI_H4_CMD) | (type == H4_ST_EXT_CMD) | in valid_type()177 case BT_HCI_H4_CMD: in get_len()198 case BT_HCI_H4_CMD: in hdr_len()221 case BT_HCI_H4_CMD: in alloc_tx_buf()223 alloc_type = BT_HCI_H4_CMD; in alloc_tx_buf()
79 case BT_HCI_H4_CMD: in hci_payload_size()95 case BT_HCI_H4_CMD: in hci_hdr_size()
113 case BT_HCI_H4_CMD: { in hci_packet_complete()305 net_buf_push_u8(buf, BT_HCI_H4_CMD); in uc_send()
193 hciBuffer[0] = BT_HCI_H4_CMD; in bt_nxp_set_mac_address()403 packetType = BT_HCI_H4_CMD; in bt_nxp_send()
179 hci_tx_pkt.packetType = BT_HCI_H4_CMD; in psoc6_bless_send()
117 net_buf_push_u8(buf, BT_HCI_H4_CMD); in slz_bt_send()
249 pkt_indicator = BT_HCI_H4_CMD; in bt_esp32_send()
360 net_buf_push_u8(buf, BT_HCI_H4_CMD); in bt_apollo_send()
261 pkt_indicator = BT_HCI_H4_CMD; in bt_ipc_send()
326 net_buf_push_u8(buf, BT_HCI_H4_CMD); in bt_spi_send()
319 pkt_indicator = BT_HCI_H4_CMD; in bt_hci_stm32wba_send()
484 net_buf_push_u8(buf, BT_HCI_H4_CMD); in bt_da1469x_send()
376 ble_cmd_buff->cmdserial.type = BT_HCI_H4_CMD; in bt_ipm_send()
577 net_buf_push_u8(buf, BT_HCI_H4_CMD); in bt_spi_send()
415 h4->tx.type = BT_HCI_H4_CMD; in process_tx()
137 case BT_HCI_H4_CMD: in bt_buf_get_tx()
30 #define BT_HCI_H4_CMD 0x01 /* HCI Command packet */ macro