Home
last modified time | relevance | path

Searched refs:BT_BUF_ISO_IN (Results 1 – 20 of 20) sorted by relevance

/Zephyr-latest/tests/bluetooth/buf/src/
Dmain.c62 buf = bt_buf_get_rx(BT_BUF_ISO_IN, K_NO_WAIT); in ZTEST()
71 zassert_equal(BT_BUF_ISO_IN, BT_BUF_ISO_IN & freed_buf_type, "ISO buffer wasn't freed"); in ZTEST()
/Zephyr-latest/subsys/bluetooth/host/
Dbuf.c44 buf_rx_freed_notify(BT_BUF_ISO_IN); in iso_rx_freed_cb()
101 type == BT_BUF_ISO_IN, "Invalid buffer type requested"); in bt_buf_get_rx()
103 if (IS_ENABLED(CONFIG_BT_ISO_RX) && type == BT_BUF_ISO_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()
90 case BT_BUF_ISO_IN: in bt_buf_get_rx()
209 case BT_BUF_ISO_IN: in bt_hci_recv()
Dmonitor.h91 case BT_BUF_ISO_IN: in bt_monitor_opcode()
Dhci_core.c4157 case BT_BUF_ISO_IN: in bt_recv_unsafe()
4258 case BT_BUF_ISO_IN: in rx_work_handler()
Diso.c562 bt_buf_set_type(buf, BT_BUF_ISO_IN); in bt_iso_get_rx()
/Zephyr-latest/include/zephyr/bluetooth/
Dbuf.h44 BT_BUF_ISO_IN = BIT(5), enumerator
/Zephyr-latest/samples/bluetooth/hci_ipc/src/
Dmain.c240 case BT_BUF_ISO_IN: in hci_ipc_send()
/Zephyr-latest/drivers/bluetooth/hci/
Dhci_esp32.c156 buf = bt_buf_get_rx(BT_BUF_ISO_IN, K_NO_WAIT); in bt_esp_iso_recv()
Dhci_ifx_cyw208xx.c387 buf = bt_buf_get_rx(BT_BUF_ISO_IN, K_NO_WAIT); in wiced_bt_process_hci()
Duserchan.c87 return bt_buf_get_rx(BT_BUF_ISO_IN, K_FOREVER); in get_rx()
Dipc.c172 buf = bt_buf_get_rx(BT_BUF_ISO_IN, K_NO_WAIT); in bt_ipc_iso_recv()
Dhci_stm32wba.c204 buf = bt_buf_get_rx(BT_BUF_ISO_IN, K_NO_WAIT); in treat_iso()
Dhci_da1469x.c190 return bt_buf_get_rx(BT_BUF_ISO_IN, timeout); in get_rx()
Dhci_stm32wb0.c348 buf = bt_buf_get_rx(BT_BUF_ISO_IN, timeout); in get_rx()
Dhci_spi_st.c477 buf = bt_buf_get_rx(BT_BUF_ISO_IN, timeout); in bt_spi_rx_buf_construct()
Dh4.c214 return bt_buf_get_rx(BT_BUF_ISO_IN, timeout); in get_rx()
Dh5.c504 h5->rx_buf = bt_buf_get_rx(BT_BUF_ISO_IN, K_NO_WAIT); in bt_uart_isr()
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/hci_test_app/src/
Dmain.c354 } else if (bt_buf_get_type(buf) == BT_BUF_ISO_IN) { in service_events()
359 bt_buf_set_type(data, BT_BUF_ISO_IN); in service_events()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci_driver.c158 struct net_buf *buf = bt_buf_get_rx(BT_BUF_ISO_IN, K_FOREVER); in sink_sdu_alloc_hci()