Home
last modified time | relevance | path

Searched refs:BT_BUF_H4 (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/
Dbuf.h46 BT_BUF_H4 = BIT(6), enumerator
/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/samples/bluetooth/hci_uart/src/
Dmain.c153 buf = bt_buf_get_tx(BT_BUF_H4, K_NO_WAIT, in rx_isr()
/Zephyr-latest/subsys/bluetooth/host/
Dhci_raw.c131 case BT_BUF_H4: in bt_buf_get_tx()
/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/subsys/usb/device/class/
Dbluetooth.c257 buf = bt_buf_get_tx(BT_BUF_H4, K_FOREVER, data, size); in acl_read_cb()
/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()