Home
last modified time | relevance | path

Searched refs:HCI_CMD (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.5.0/drivers/bluetooth/hci/
Dhci_b91.c18 #define HCI_CMD 0x01 macro
193 type = HCI_CMD; in bt_b91_send()
Dhci_esp32.c20 #define HCI_CMD 0x01 macro
247 pkt_indicator = HCI_CMD; in bt_esp32_send()
Dspi.c24 #define HCI_CMD 0x01 macro
429 net_buf_push_u8(buf, HCI_CMD); in bt_spi_send()
Dipm_stm32wb.c49 #define HCI_CMD 0x01 macro
369 ble_cmd_buff->cmdserial.type = HCI_CMD; in bt_ipm_send()
/Zephyr-Core-3.5.0/samples/bluetooth/hci_spi/src/
Dmain.c33 #define HCI_CMD 0x01 macro
219 case HCI_CMD: in bt_tx_thread()