Home
last modified time | relevance | path

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

12

/Zephyr-latest/tests/bluetooth/buf/src/
Dmain.c50 buf = bt_buf_get_rx(BT_BUF_ACL_IN, K_NO_WAIT); in ZTEST()
59 zassert_equal(BT_BUF_ACL_IN, BT_BUF_ACL_IN & freed_buf_type, "ACL buffer wasn't freed"); in ZTEST()
/Zephyr-latest/subsys/bluetooth/host/
Dbuf.c66 buf_rx_freed_notify(BT_BUF_ACL_IN); in acl_in_pool_destroy()
89 buf_rx_freed_notify(BT_BUF_EVT | BT_BUF_ACL_IN); in hci_rx_pool_destroy()
100 __ASSERT(type == BT_BUF_EVT || type == BT_BUF_ACL_IN || in bt_buf_get_rx()
Dhci_raw.c46 buf_rx_freed_cb(BT_BUF_EVT | BT_BUF_ACL_IN | BT_BUF_ISO_IN); in hci_rx_buf_destroy()
89 case BT_BUF_ACL_IN: in bt_buf_get_rx()
206 case BT_BUF_ACL_IN: in bt_hci_recv()
Dmonitor.h87 case BT_BUF_ACL_IN: in bt_monitor_opcode()
/Zephyr-latest/drivers/bluetooth/hci/
Dhci_ifx_psoc6_bless.c124 buf = bt_buf_get_rx(BT_BUF_ACL_IN, K_NO_WAIT); in psoc6_bless_events_handler()
129 bt_buf_set_type(buf, BT_BUF_ACL_IN); in psoc6_bless_events_handler()
Dhci_ifx_cyw208xx.c374 buf = bt_buf_get_rx(BT_BUF_ACL_IN, K_NO_WAIT); in wiced_bt_process_hci()
379 bt_buf_set_type(buf, BT_BUF_ACL_IN); in wiced_bt_process_hci()
Dhci_da1469x.c187 return bt_buf_get_rx(BT_BUF_ACL_IN, timeout); in get_rx()
336 bt_buf_set_type(buf, BT_BUF_ACL_IN); in read_payload()
Dhci_silabs_efr32.c91 buf = bt_buf_get_rx(BT_BUF_ACL_IN, K_FOREVER); in hci_common_transport_transmit()
Dhci_esp32.c114 buf = bt_buf_get_rx(BT_BUF_ACL_IN, K_NO_WAIT); in bt_esp_acl_recv()
Dh4.c211 return bt_buf_get_rx(BT_BUF_ACL_IN, timeout); in get_rx()
349 bt_buf_set_type(buf, BT_BUF_ACL_IN); in read_payload()
Dhci_ambiq.c263 buf = bt_buf_get_rx(BT_BUF_ACL_IN, K_NO_WAIT); in bt_hci_acl_recv()
Duserchan.c84 return bt_buf_get_rx(BT_BUF_ACL_IN, K_FOREVER); in get_rx()
Dhci_nxp.c299 buf = bt_buf_get_rx(BT_BUF_ACL_IN, K_NO_WAIT); in bt_acl_recv()
Dipc.c129 buf = bt_buf_get_rx(BT_BUF_ACL_IN, K_NO_WAIT); in bt_ipc_acl_recv()
Dspi.c223 buf = bt_buf_get_rx(BT_BUF_ACL_IN, K_FOREVER); in bt_spi_rx_buf_construct()
Dhci_stm32wba.c162 buf = bt_buf_get_rx(BT_BUF_ACL_IN, K_NO_WAIT); in treat_acl()
Dhci_stm32wb0.c335 buf = bt_buf_get_rx(BT_BUF_ACL_IN, timeout); in get_rx()
Dipm_stm32wb.c228 buf = bt_buf_get_rx(BT_BUF_ACL_IN, K_FOREVER); in bt_ipm_rx_thread()
/Zephyr-latest/include/zephyr/bluetooth/
Dbuf.h40 BT_BUF_ACL_IN = BIT(3), enumerator
/Zephyr-latest/subsys/usb/device/class/
Dbluetooth.c141 bt_buf_set_type(buf, BT_BUF_ACL_IN); in hci_tx_thread()
166 case BT_BUF_ACL_IN: in hci_tx_thread()
/Zephyr-latest/samples/bluetooth/hci_spi/src/
Dmain.c113 case BT_BUF_ACL_IN: in spi_send()
/Zephyr-latest/samples/bluetooth/hci_ipc/src/
Dmain.c234 case BT_BUF_ACL_IN: in hci_ipc_send()
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/hci_test_app/src/
Dmain.c342 } else if (bt_buf_get_type(buf) == BT_BUF_ACL_IN) { in service_events()
347 bt_buf_set_type(data, BT_BUF_ACL_IN); in service_events()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/
Dpeer.c267 if (bt_buf_get_type(buf) == BT_BUF_ACL_IN) { in recv()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/tester/src/
Dmain.c291 if (bt_buf_get_type(buf) == BT_BUF_ACL_IN) { in recv()

12