Home
last modified time | relevance | path

Searched refs:BT_BUF_ACL_OUT (Results 1 – 25 of 33) sorted by relevance

12

/Zephyr-latest/subsys/bluetooth/host/
Dmonitor.h85 case BT_BUF_ACL_OUT: in bt_monitor_opcode()
Dhci_raw.c124 case BT_BUF_ACL_OUT: in bt_buf_get_tx()
143 type = BT_BUF_ACL_OUT; in bt_buf_get_tx()
/Zephyr-latest/include/zephyr/bluetooth/
Dbuf.h38 BT_BUF_ACL_OUT = BIT(2), enumerator
/Zephyr-latest/drivers/bluetooth/hci/
Dhci_silabs_siwx91x.c42 case BT_BUF_ACL_OUT: in siwx91x_bt_send()
Dhci_ifx_psoc6_bless.c175 case BT_BUF_ACL_OUT: in psoc6_bless_send()
Dhci_esp32.c245 case BT_BUF_ACL_OUT: in bt_esp32_send()
Duserchan.c279 case BT_BUF_ACL_OUT: in uc_send()
Dhci_ifx_cyw208xx.c269 case BT_BUF_ACL_OUT: in cyw208xx_send()
Dhci_silabs_efr32.c203 case BT_BUF_ACL_OUT: in slz_bt_send()
Dhci_ambiq.c356 case BT_BUF_ACL_OUT: in bt_apollo_send()
Dhci_nxp.c407 case BT_BUF_ACL_OUT: in bt_nxp_send()
Dipc.c272 case BT_BUF_ACL_OUT: in bt_ipc_send()
Dspi.c322 case BT_BUF_ACL_OUT: in bt_spi_send()
Dhci_stm32wba.c315 case BT_BUF_ACL_OUT: in bt_hci_stm32wba_send()
Dhci_da1469x.c478 case BT_BUF_ACL_OUT: in bt_da1469x_send()
Dhci_stm32wb0.c379 case BT_BUF_ACL_OUT: { in bt_hci_stm32wb0_send()
Dipm_stm32wb.c365 case BT_BUF_ACL_OUT: in bt_ipm_send()
Dhci_spi_st.c573 case BT_BUF_ACL_OUT: in bt_spi_send()
/Zephyr-latest/subsys/usb/device/class/
Dbluetooth.c216 case BT_BUF_ACL_OUT: { in hci_pkt_get_len()
266 buf = bt_buf_get_tx(BT_BUF_ACL_OUT, K_FOREVER, in acl_read_cb()
/Zephyr-latest/samples/bluetooth/hci_spi/src/
Dmain.c232 buf = bt_buf_get_tx(BT_BUF_ACL_OUT, K_NO_WAIT, in bt_tx_thread()
/Zephyr-latest/subsys/usb/device_next/class/
Dbt_hci.c288 case BT_BUF_ACL_OUT: { in hci_pkt_get_len()
322 hci_data->acl_buf = bt_buf_get_tx(BT_BUF_ACL_OUT, K_FOREVER, in bt_hci_acl_out_cb()
/Zephyr-latest/samples/bluetooth/hci_ipc/src/
Dmain.c104 buf = bt_buf_get_tx(BT_BUF_ACL_OUT, K_NO_WAIT, hdr, sizeof(*hdr)); in hci_ipc_acl_recv()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/
Dpeer.c470 bt_buf_set_type(buf, BT_BUF_ACL_OUT); in send_acl()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/tester/src/
Dmain.c482 bt_buf_set_type(buf, BT_BUF_ACL_OUT); in send_acl()
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/tester/src/
Dmain.c505 bt_buf_set_type(buf, BT_BUF_ACL_OUT); in send_acl()

12