Searched refs:BT_BUF_CMD (Results 1 – 25 of 34) sorted by relevance
12
/Zephyr-latest/subsys/bluetooth/host/ |
D | hci_raw.c | 120 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()
|
D | monitor.h | 81 case BT_BUF_CMD: in bt_monitor_opcode()
|
D | hci_ecc.c | 350 if (bt_buf_get_type(buf) == BT_BUF_CMD) { in bt_hci_ecc_send()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | buf.h | 34 BT_BUF_CMD = BIT(0), enumerator
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | apollox_blue.c | 374 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()
|
D | hci_ifx_psoc6_bless.c | 178 case BT_BUF_CMD: in psoc6_bless_send()
|
D | hci_silabs_efr32.c | 116 case BT_BUF_CMD: in slz_bt_send()
|
D | hci_spi_st.c | 336 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()
|
D | hci_esp32.c | 248 case BT_BUF_CMD: in bt_esp32_send()
|
D | hci_ifx_cyw208xx.c | 276 case BT_BUF_CMD: in cyw208xx_send()
|
D | hci_ambiq.c | 359 case BT_BUF_CMD: in bt_apollo_send()
|
D | userchan.c | 304 case BT_BUF_CMD: in uc_send()
|
D | hci_nxp.c | 402 case BT_BUF_CMD: in bt_nxp_send()
|
D | ipc.c | 260 case BT_BUF_CMD: in bt_ipc_send()
|
D | spi.c | 325 case BT_BUF_CMD: in bt_spi_send()
|
D | hci_stm32wba.c | 318 case BT_BUF_CMD: in bt_hci_stm32wba_send()
|
D | hci_da1469x.c | 482 case BT_BUF_CMD: in bt_da1469x_send()
|
D | hci_stm32wb0.c | 412 case BT_BUF_CMD: in bt_hci_stm32wb0_send()
|
D | ipm_stm32wb.c | 374 case BT_BUF_CMD: in bt_ipm_send()
|
/Zephyr-latest/subsys/usb/device/class/ |
D | bluetooth.c | 208 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/ |
D | main.c | 220 buf = bt_buf_get_tx(BT_BUF_CMD, K_NO_WAIT, in bt_tx_thread()
|
/Zephyr-latest/subsys/usb/device_next/class/ |
D | bt_hci.c | 280 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/ |
D | main.c | 64 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/ |
D | peer.c | 73 bt_buf_set_type(buf, BT_BUF_CMD); in bt_hci_cmd_create()
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/tester/src/ |
D | main.c | 72 bt_buf_set_type(buf, BT_BUF_CMD); in bt_hci_cmd_create()
|
12