Home
last modified time | relevance | path

Searched refs:BT_BUF_CMD (Results 1 – 25 of 34) sorted by relevance

12

/Zephyr-latest/subsys/bluetooth/host/
Dhci_raw.c120 case BT_BUF_CMD: in bt_buf_get_tx()
138 type = BT_BUF_CMD; in bt_buf_get_tx()
307 bt_buf_get_type(buf) == BT_BUF_CMD) { in bt_send()
Dmonitor.h81 case BT_BUF_CMD: in bt_monitor_opcode()
Dhci_ecc.c350 if (bt_buf_get_type(buf) == BT_BUF_CMD) { in bt_hci_ecc_send()
/Zephyr-latest/include/zephyr/bluetooth/
Dbuf.h34 BT_BUF_CMD = BIT(0), enumerator
/Zephyr-latest/drivers/bluetooth/hci/
Dapollox_blue.c374 buf = bt_buf_get_tx(BT_BUF_CMD, K_NO_WAIT, &hdr, sizeof(hdr)); in bt_apollo_set_nvds()
389 buf = bt_buf_get_tx(BT_BUF_CMD, K_NO_WAIT, &hdr, sizeof(hdr)); in bt_apollo_set_nvds()
Dhci_ifx_psoc6_bless.c178 case BT_BUF_CMD: in psoc6_bless_send()
Dhci_silabs_efr32.c116 case BT_BUF_CMD: in slz_bt_send()
Dhci_spi_st.c336 buf = bt_buf_get_tx(BT_BUF_CMD, K_NO_WAIT, &hdr, sizeof(hdr)); in bt_spi_send_aci_config()
576 case BT_BUF_CMD: in bt_spi_send()
Dhci_esp32.c248 case BT_BUF_CMD: in bt_esp32_send()
Dhci_ifx_cyw208xx.c276 case BT_BUF_CMD: in cyw208xx_send()
Dhci_ambiq.c359 case BT_BUF_CMD: in bt_apollo_send()
Duserchan.c304 case BT_BUF_CMD: in uc_send()
Dhci_nxp.c402 case BT_BUF_CMD: in bt_nxp_send()
Dipc.c260 case BT_BUF_CMD: in bt_ipc_send()
Dspi.c325 case BT_BUF_CMD: in bt_spi_send()
Dhci_stm32wba.c318 case BT_BUF_CMD: in bt_hci_stm32wba_send()
Dhci_da1469x.c482 case BT_BUF_CMD: in bt_da1469x_send()
Dhci_stm32wb0.c412 case BT_BUF_CMD: in bt_hci_stm32wb0_send()
Dipm_stm32wb.c374 case BT_BUF_CMD: in bt_ipm_send()
/Zephyr-latest/subsys/usb/device/class/
Dbluetooth.c208 case BT_BUF_CMD: { in hci_pkt_get_len()
427 buf = bt_buf_get_tx(BT_BUF_CMD, K_NO_WAIT, *data, *len); in bluetooth_class_handler()
/Zephyr-latest/samples/bluetooth/hci_spi/src/
Dmain.c220 buf = bt_buf_get_tx(BT_BUF_CMD, K_NO_WAIT, in bt_tx_thread()
/Zephyr-latest/subsys/usb/device_next/class/
Dbt_hci.c280 case BT_BUF_CMD: { in hci_pkt_get_len()
435 cmd_buf = bt_buf_get_tx(BT_BUF_CMD, K_NO_WAIT, buf->data, buf->len); in bt_hci_ctd()
/Zephyr-latest/samples/bluetooth/hci_ipc/src/
Dmain.c64 buf = bt_buf_get_tx(BT_BUF_CMD, K_NO_WAIT, hdr, sizeof(*hdr)); in hci_ipc_cmd_recv()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/
Dpeer.c73 bt_buf_set_type(buf, BT_BUF_CMD); in bt_hci_cmd_create()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/tester/src/
Dmain.c72 bt_buf_set_type(buf, BT_BUF_CMD); in bt_hci_cmd_create()

12