Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/
Dhci_raw.h51 BT_HCI_RAW_MODE_H4 = 0x01, enumerator
/Zephyr-latest/subsys/bluetooth/host/
Dhci_raw.c33 static uint8_t raw_mode = BT_HCI_RAW_MODE_H4;
133 raw_mode == BT_HCI_RAW_MODE_H4) { in bt_buf_get_tx()
201 raw_mode == BT_HCI_RAW_MODE_H4) { in bt_hci_recv()
330 case BT_HCI_RAW_MODE_H4: in bt_hci_raw_set_mode()
/Zephyr-latest/subsys/usb/device/class/
Dbluetooth.c139 bt_hci_raw_get_mode() == BT_HCI_RAW_MODE_H4) { in hci_tx_thread()
256 bt_hci_raw_get_mode() == BT_HCI_RAW_MODE_H4) { in acl_read_cb()
393 mode = BT_HCI_RAW_MODE_H4; in vs_set_usb_transport_mode()