Searched refs:bt_buf_get_tx (Results 1 – 14 of 14) sorted by relevance
/Zephyr-latest/samples/bluetooth/hci_ipc/src/ |
D | main.c | 64 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/ |
D | bluetooth.c | 257 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/ |
D | buf.h | 175 struct net_buf *bt_buf_get_tx(enum bt_buf_type type, k_timeout_t timeout,
|
/Zephyr-latest/samples/bluetooth/hci_spi/src/ |
D | main.c | 220 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/ |
D | hci_uart_async.c | 184 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/ |
D | apollox_blue.c | 374 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()
|
D | hci_spi_st.c | 336 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/ |
D | main.c | 99 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/ |
D | main.c | 153 buf = bt_buf_get_tx(BT_BUF_H4, K_NO_WAIT, in rx_isr()
|
/Zephyr-latest/subsys/usb/device_next/class/ |
D | bt_hci.c | 322 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/ |
D | hci_raw.c | 113 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/ |
D | main.c | 232 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/ |
D | main.c | 482 h5.rx_buf = bt_buf_get_tx(BT_BUF_H4, K_NO_WAIT, in bt_uart_isr()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.1.rst | 1322 * :github:`45875` - bluetooth: hci_raw: avoid possible memory overflow in bt_buf_get_tx()
|