Searched refs:BT_BUF_ACL_IN (Results 1 – 25 of 34) sorted by relevance
12
/Zephyr-latest/tests/bluetooth/buf/src/ |
D | main.c | 50 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/ |
D | buf.c | 66 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()
|
D | hci_raw.c | 46 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()
|
D | monitor.h | 87 case BT_BUF_ACL_IN: in bt_monitor_opcode()
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | hci_ifx_psoc6_bless.c | 124 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()
|
D | hci_ifx_cyw208xx.c | 374 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()
|
D | hci_da1469x.c | 187 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()
|
D | hci_silabs_efr32.c | 91 buf = bt_buf_get_rx(BT_BUF_ACL_IN, K_FOREVER); in hci_common_transport_transmit()
|
D | hci_esp32.c | 114 buf = bt_buf_get_rx(BT_BUF_ACL_IN, K_NO_WAIT); in bt_esp_acl_recv()
|
D | h4.c | 211 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()
|
D | hci_ambiq.c | 263 buf = bt_buf_get_rx(BT_BUF_ACL_IN, K_NO_WAIT); in bt_hci_acl_recv()
|
D | userchan.c | 84 return bt_buf_get_rx(BT_BUF_ACL_IN, K_FOREVER); in get_rx()
|
D | hci_nxp.c | 299 buf = bt_buf_get_rx(BT_BUF_ACL_IN, K_NO_WAIT); in bt_acl_recv()
|
D | ipc.c | 129 buf = bt_buf_get_rx(BT_BUF_ACL_IN, K_NO_WAIT); in bt_ipc_acl_recv()
|
D | spi.c | 223 buf = bt_buf_get_rx(BT_BUF_ACL_IN, K_FOREVER); in bt_spi_rx_buf_construct()
|
D | hci_stm32wba.c | 162 buf = bt_buf_get_rx(BT_BUF_ACL_IN, K_NO_WAIT); in treat_acl()
|
D | hci_stm32wb0.c | 335 buf = bt_buf_get_rx(BT_BUF_ACL_IN, timeout); in get_rx()
|
D | ipm_stm32wb.c | 228 buf = bt_buf_get_rx(BT_BUF_ACL_IN, K_FOREVER); in bt_ipm_rx_thread()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | buf.h | 40 BT_BUF_ACL_IN = BIT(3), enumerator
|
/Zephyr-latest/subsys/usb/device/class/ |
D | bluetooth.c | 141 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/ |
D | main.c | 113 case BT_BUF_ACL_IN: in spi_send()
|
/Zephyr-latest/samples/bluetooth/hci_ipc/src/ |
D | main.c | 234 case BT_BUF_ACL_IN: in hci_ipc_send()
|
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/hci_test_app/src/ |
D | main.c | 342 } 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/ |
D | peer.c | 267 if (bt_buf_get_type(buf) == BT_BUF_ACL_IN) { in recv()
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/tester/src/ |
D | main.c | 291 if (bt_buf_get_type(buf) == BT_BUF_ACL_IN) { in recv()
|
12