Home
last modified time | relevance | path

Searched refs:BT_HCI_H4_CMD (Results 1 – 17 of 17) sorted by relevance

/Zephyr-latest/samples/boards/st/bluetooth/interactive_gui/src/
Dmain.c169 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()
/Zephyr-latest/samples/bluetooth/hci_uart_async/src/
Dhci_uart_async.c79 case BT_HCI_H4_CMD: in hci_payload_size()
95 case BT_HCI_H4_CMD: in hci_hdr_size()
/Zephyr-latest/drivers/bluetooth/hci/
Duserchan.c113 case BT_HCI_H4_CMD: { in hci_packet_complete()
305 net_buf_push_u8(buf, BT_HCI_H4_CMD); in uc_send()
Dhci_nxp.c193 hciBuffer[0] = BT_HCI_H4_CMD; in bt_nxp_set_mac_address()
403 packetType = BT_HCI_H4_CMD; in bt_nxp_send()
Dhci_ifx_psoc6_bless.c179 hci_tx_pkt.packetType = BT_HCI_H4_CMD; in psoc6_bless_send()
Dhci_silabs_efr32.c117 net_buf_push_u8(buf, BT_HCI_H4_CMD); in slz_bt_send()
Dhci_esp32.c249 pkt_indicator = BT_HCI_H4_CMD; in bt_esp32_send()
Dhci_ambiq.c360 net_buf_push_u8(buf, BT_HCI_H4_CMD); in bt_apollo_send()
Dipc.c261 pkt_indicator = BT_HCI_H4_CMD; in bt_ipc_send()
Dspi.c326 net_buf_push_u8(buf, BT_HCI_H4_CMD); in bt_spi_send()
Dhci_stm32wba.c319 pkt_indicator = BT_HCI_H4_CMD; in bt_hci_stm32wba_send()
Dhci_da1469x.c484 net_buf_push_u8(buf, BT_HCI_H4_CMD); in bt_da1469x_send()
Dipm_stm32wb.c376 ble_cmd_buff->cmdserial.type = BT_HCI_H4_CMD; in bt_ipm_send()
Dhci_spi_st.c577 net_buf_push_u8(buf, BT_HCI_H4_CMD); in bt_spi_send()
Dh4.c415 h4->tx.type = BT_HCI_H4_CMD; in process_tx()
/Zephyr-latest/subsys/bluetooth/host/
Dhci_raw.c137 case BT_HCI_H4_CMD: in bt_buf_get_tx()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h30 #define BT_HCI_H4_CMD 0x01 /* HCI Command packet */ macro