Home
last modified time | relevance | path

Searched refs:hci_revision (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.h366 uint16_t hci_revision; member
Dhci_core.c3095 bt_dev.hci_revision = sys_le16_to_cpu(rp->hci_revision); in read_local_ver_complete()
3848 bt_hci_get_ver_str(bt_dev.hci_version), bt_dev.hci_version, bt_dev.hci_revision, in bt_dev_show_info()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h842 uint16_t hci_revision; member
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c783 rp->hci_revision = sys_cpu_to_le16(0); in read_local_version_info()