Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.h365 uint8_t lmp_version; member
Dhci_core.c3096 bt_dev.lmp_version = rp->lmp_version; in read_local_ver_complete()
3850 LOG_INF("LMP: version %s (0x%02x) subver 0x%04x", bt_hci_get_ver_str(bt_dev.lmp_version), in bt_dev_show_info()
3851 bt_dev.lmp_version, bt_dev.lmp_subversion); in bt_dev_show_info()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h843 uint8_t lmp_version; member
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c784 rp->lmp_version = LL_VERSION_NUMBER; in read_local_version_info()