Home
last modified time | relevance | path

Searched refs:bt_buf (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/doc/connectivity/bluetooth/api/
Ddata_buffer.rst10 .. doxygengroup:: bt_buf
/Zephyr-latest/subsys/usb/device_next/class/
Dbt_hci.c178 struct net_buf *const bt_buf, const uint8_t ep) in bt_hci_tx_sync_in() argument
189 net_buf_add_mem(buf, bt_buf->data, bt_buf->len); in bt_hci_tx_sync_in()
203 struct net_buf *bt_buf; in bt_hci_tx_thread() local
206 bt_buf = k_fifo_get(&bt_hci_tx_queue, K_FOREVER); in bt_hci_tx_thread()
208 switch (bt_buf_get_type(bt_buf)) { in bt_hci_tx_thread()
216 LOG_ERR("Unknown type %u", bt_buf_get_type(bt_buf)); in bt_hci_tx_thread()
221 bt_hci_tx_sync_in(c_data, bt_buf, ep); in bt_hci_tx_thread()
222 net_buf_unref(bt_buf); in bt_hci_tx_thread()
/Zephyr-latest/subsys/bluetooth/host/
Dbuf.c20 LOG_MODULE_REGISTER(bt_buf, CONFIG_BT_LOG_LEVEL);