Searched refs:bt_buf (Results 1 – 3 of 3) sorted by relevance
10 .. doxygengroup:: bt_buf
178 struct net_buf *const bt_buf, const uint8_t ep) in bt_hci_tx_sync_in() argument189 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() local206 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()
20 LOG_MODULE_REGISTER(bt_buf, CONFIG_BT_LOG_LEVEL);