Home
last modified time | relevance | path

Searched refs:BT_BUF_EVT (Results 1 – 25 of 26) sorted by relevance

12

/Zephyr-latest/tests/bluetooth/buf/src/
Dmain.c38 buf = bt_buf_get_rx(BT_BUF_EVT, K_NO_WAIT); in ZTEST()
47 zassert_equal(BT_BUF_EVT, BT_BUF_EVT & freed_buf_type, "Event buffer wasn't freed"); in ZTEST()
/Zephyr-latest/subsys/bluetooth/host/
Dbuf.c73 buf_rx_freed_notify(BT_BUF_EVT); in evt_pool_destroy()
91 buf_rx_freed_notify(BT_BUF_EVT | BT_BUF_ACL_IN); in hci_rx_pool_destroy()
102 __ASSERT(type == BT_BUF_EVT || type == BT_BUF_ACL_IN || in bt_buf_get_rx()
110 if (type == BT_BUF_EVT) { in bt_buf_get_rx()
157 return bt_buf_get_rx(BT_BUF_EVT, timeout); in bt_buf_get_evt()
163 bt_buf_set_type(buf, BT_BUF_EVT); in bt_buf_get_evt()
Dhci_raw.c47 buf_rx_freed_cb(BT_BUF_EVT | BT_BUF_ACL_IN | BT_BUF_ISO_IN); in hci_rx_buf_destroy()
89 case BT_BUF_EVT: in bt_buf_get_rx()
190 return bt_buf_get_rx(BT_BUF_EVT, timeout); in bt_buf_get_evt()
204 case BT_BUF_EVT: in bt_hci_recv()
Dmonitor.h83 case BT_BUF_EVT: in bt_monitor_opcode()
/Zephyr-latest/include/zephyr/bluetooth/
Dbuf.h36 BT_BUF_EVT = BIT(1), enumerator
/Zephyr-latest/samples/bluetooth/hci_spi/src/
Dmain.c116 case BT_BUF_EVT: in spi_send()
307 buf = bt_buf_get_rx(BT_BUF_EVT, K_FOREVER); in main()
/Zephyr-latest/tests/bluetooth/hci_uart_async/src/
Dtest_hci_uart_async.c230 struct net_buf *buf = bt_buf_get_rx(BT_BUF_EVT, K_NO_WAIT); in ZTEST()
/Zephyr-latest/samples/bluetooth/hci_uart_async/src/
Dhci_uart_async.c151 struct net_buf *buf = bt_buf_get_rx(BT_BUF_EVT, K_FOREVER); in send_hw_error()
/Zephyr-latest/samples/bluetooth/hci_ipc/src/
Dmain.c240 case BT_BUF_EVT: in hci_ipc_send()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci_driver.c133 if (bt_buf_get_type(buf) == BT_BUF_EVT) { in bt_recv_prio()
449 buf = bt_buf_get_rx(BT_BUF_EVT, K_FOREVER); in encode_node()
Dhci.c5248 bt_buf_set_type(buf, BT_BUF_EVT);
5829 *buf = bt_buf_get_rx(BT_BUF_EVT, K_FOREVER);
7040 *evt_buf = bt_buf_get_rx(BT_BUF_EVT, BUF_GET_TIMEOUT);
7577 evt_buf = bt_buf_get_rx(BT_BUF_EVT, BUF_GET_TIMEOUT);
7953 evt_buf = bt_buf_get_rx(BT_BUF_EVT, BUF_GET_TIMEOUT);
8009 evt_buf = bt_buf_get_rx(BT_BUF_EVT, BUF_GET_TIMEOUT);
/Zephyr-latest/tests/bluetooth/hci_prop_evt/src/
Dmain.c357 buf = bt_buf_get_rx(BT_BUF_EVT, K_FOREVER); in send_prop_report()
/Zephyr-latest/subsys/usb/device/class/
Dbluetooth.c160 case BT_BUF_EVT: in hci_tx_thread()
/Zephyr-latest/samples/boards/st/bluetooth/interactive_gui/src/
Dmain.c143 buf = bt_buf_get_rx(BT_BUF_EVT, K_NO_WAIT); in send_evt()
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/hci_test_app/src/
Dmain.c292 bt_buf_set_type(evt, BT_BUF_EVT); in queue_event()
310 if (bt_buf_get_type(buf) == BT_BUF_EVT) { in service_events()
/Zephyr-latest/drivers/bluetooth/hci/
Dhci_da1469x.c334 bt_buf_set_type(buf, BT_BUF_EVT); in read_payload()
Dh4.c347 bt_buf_set_type(buf, BT_BUF_EVT); in read_payload()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/
Dpeer.c241 if (bt_buf_get_type(buf) == BT_BUF_EVT) { in recv()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/tester/src/
Dmain.c265 if (bt_buf_get_type(buf) == BT_BUF_EVT) { in recv()
/Zephyr-latest/tests/bluetooth/host_long_adv_recv/src/
Dmain.c339 buf = bt_buf_get_rx(BT_BUF_EVT, K_FOREVER); in send_adv_report()
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/tester/src/
Dmain.c288 if (bt_buf_get_type(buf) == BT_BUF_EVT) { in recv()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/src/
Dmain.c268 if (bt_buf_get_type(buf) == BT_BUF_EVT) { in recv()
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/tester/src/
Dmain.c311 if (bt_buf_get_type(buf) == BT_BUF_EVT) { in recv()
/Zephyr-latest/subsys/usb/device_next/class/
Dbt_hci.c209 case BT_BUF_EVT: in bt_hci_tx_thread()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/
Dtester.c279 if (bt_buf_get_type(buf) == BT_BUF_EVT) { in recv()

12