Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/
Dhci_raw.h43 BT_HCI_RAW_MODE_PASSTHROUGH = 0x00, enumerator
/Zephyr-latest/subsys/bluetooth/host/
Dhci_raw.c326 case BT_HCI_RAW_MODE_PASSTHROUGH: in bt_hci_raw_set_mode()
342 return BT_HCI_RAW_MODE_PASSTHROUGH; in bt_hci_raw_get_mode()
/Zephyr-latest/subsys/usb/device/class/
Dbluetooth.c390 mode = BT_HCI_RAW_MODE_PASSTHROUGH; in vs_set_usb_transport_mode()