Home
last modified time | relevance | path

Searched refs:bt_buf_get_tx (Results 1 – 14 of 14) sorted by relevance

/Zephyr-latest/samples/bluetooth/hci_ipc/src/
Dmain.c64 buf = bt_buf_get_tx(BT_BUF_CMD, K_NO_WAIT, hdr, sizeof(*hdr)); in hci_ipc_cmd_recv()
101 buf = bt_buf_get_tx(BT_BUF_ACL_OUT, K_NO_WAIT, hdr, sizeof(*hdr)); in hci_ipc_acl_recv()
138 buf = bt_buf_get_tx(BT_BUF_ISO_OUT, K_NO_WAIT, hdr, sizeof(*hdr)); in hci_ipc_iso_recv()
/Zephyr-latest/subsys/usb/device/class/
Dbluetooth.c257 buf = bt_buf_get_tx(BT_BUF_H4, K_FOREVER, data, size); in acl_read_cb()
266 buf = bt_buf_get_tx(BT_BUF_ACL_OUT, K_FOREVER, in acl_read_cb()
427 buf = bt_buf_get_tx(BT_BUF_CMD, K_NO_WAIT, *data, *len); in bluetooth_class_handler()
/Zephyr-latest/include/zephyr/bluetooth/
Dbuf.h175 struct net_buf *bt_buf_get_tx(enum bt_buf_type type, k_timeout_t timeout,
/Zephyr-latest/samples/bluetooth/hci_spi/src/
Dmain.c220 buf = bt_buf_get_tx(BT_BUF_CMD, K_NO_WAIT, in bt_tx_thread()
232 buf = bt_buf_get_tx(BT_BUF_ACL_OUT, K_NO_WAIT, in bt_tx_thread()
/Zephyr-latest/samples/bluetooth/hci_uart_async/src/
Dhci_uart_async.c184 h2c_cmd_reset = bt_buf_get_tx(BT_BUF_H4, K_FOREVER, h4_cmd_reset, sizeof(h4_cmd_reset)); in recover_sync_by_reset_pattern()
222 buf = bt_buf_get_tx(BT_BUF_H4, K_FOREVER, &h4_type, sizeof(h4_type)); in h2c_h4_transport()
/Zephyr-latest/drivers/bluetooth/hci/
Dapollox_blue.c374 buf = bt_buf_get_tx(BT_BUF_CMD, K_NO_WAIT, &hdr, sizeof(hdr)); in bt_apollo_set_nvds()
389 buf = bt_buf_get_tx(BT_BUF_CMD, K_NO_WAIT, &hdr, sizeof(hdr)); in bt_apollo_set_nvds()
Dhci_spi_st.c336 buf = bt_buf_get_tx(BT_BUF_CMD, K_NO_WAIT, &hdr, sizeof(hdr)); in bt_spi_send_aci_config()
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/hci_test_app/src/
Dmain.c99 buf = bt_buf_get_tx(BT_BUF_CMD, K_FOREVER, NULL, 0); in hci_cmd_create()
117 buf = bt_buf_get_tx(BT_BUF_ACL_OUT, K_FOREVER, NULL, 0); in acl_data_create()
135 buf = bt_buf_get_tx(BT_BUF_ISO_OUT, K_FOREVER, NULL, 0); in iso_data_create()
/Zephyr-latest/samples/bluetooth/hci_uart/src/
Dmain.c153 buf = bt_buf_get_tx(BT_BUF_H4, K_NO_WAIT, in rx_isr()
/Zephyr-latest/subsys/usb/device_next/class/
Dbt_hci.c322 hci_data->acl_buf = bt_buf_get_tx(BT_BUF_ACL_OUT, K_FOREVER, in bt_hci_acl_out_cb()
435 cmd_buf = bt_buf_get_tx(BT_BUF_CMD, K_NO_WAIT, buf->data, buf->len); in bt_hci_ctd()
/Zephyr-latest/subsys/bluetooth/host/
Dhci_raw.c113 struct net_buf *bt_buf_get_tx(enum bt_buf_type type, k_timeout_t timeout, in bt_buf_get_tx() function
/Zephyr-latest/samples/boards/st/bluetooth/interactive_gui/src/
Dmain.c232 buf = bt_buf_get_tx(BT_BUF_H4, K_NO_WAIT, &alloc_type, sizeof(alloc_type)); in alloc_tx_buf()
/Zephyr-latest/samples/bluetooth/hci_uart_3wire/src/
Dmain.c482 h5.rx_buf = bt_buf_get_tx(BT_BUF_H4, K_NO_WAIT, in bt_uart_isr()
/Zephyr-latest/doc/releases/
Drelease-notes-3.1.rst1322 * :github:`45875` - bluetooth: hci_raw: avoid possible memory overflow in bt_buf_get_tx()