Searched refs:BT_BUF_H4 (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/include/zephyr/bluetooth/ |
D | buf.h | 46 BT_BUF_H4 = BIT(6), enumerator
|
/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/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/bluetooth/host/ |
D | hci_raw.c | 131 case BT_BUF_H4: in bt_buf_get_tx()
|
/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/subsys/usb/device/class/ |
D | bluetooth.c | 257 buf = bt_buf_get_tx(BT_BUF_H4, K_FOREVER, data, size); in acl_read_cb()
|
/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()
|