Home
last modified time | relevance | path

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

/subsys/usb/device/class/
A Dbluetooth.c223 buf = bt_buf_get_tx(BT_BUF_ACL_OUT, K_FOREVER, data, size); in acl_read_cb()
329 buf = bt_buf_get_tx(BT_BUF_CMD, K_NO_WAIT, *data, *len); in bluetooth_class_handler()
/subsys/bluetooth/host/
A Dhci_raw.c109 struct net_buf *bt_buf_get_tx(enum bt_buf_type type, k_timeout_t timeout, in bt_buf_get_tx() function
/subsys/usb/device_next/class/
A Dbt_hci.c329 hci_data->acl_buf = bt_buf_get_tx(BT_BUF_ACL_OUT, K_FOREVER, in bt_hci_acl_out_cb()
447 cmd_buf = bt_buf_get_tx(BT_BUF_CMD, K_NO_WAIT, buf->data, buf->len); in bt_hci_ctd()

Completed in 27 milliseconds