Home
last modified time | relevance | path

Searched refs:hci_version (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/tests/bluetooth/controller/ctrl_hci/src/
Dmain.c152 ZTEST(hci_version, test_hci_version_ind) in ZTEST() argument
194 ZTEST(hci_version, test_hci_version_ind_wrong_handle) in ZTEST() argument
527 ZTEST_SUITE(hci_version, NULL, NULL, hci_setup, NULL, NULL);
/Zephyr-latest/subsys/bluetooth/mesh/
Dadv_legacy.c56 ((bt_dev.hci_version >= BT_HCI_VERSION_5_0) ? in bt_data_send()
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.h364 uint8_t hci_version; member
Dhci_core.c3094 bt_dev.hci_version = rp->hci_version; 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()
3918 if ((bt_dev.hci_version < BT_HCI_VERSION_5_0) || in hci_vs_init()
Dadv.c453 if (bt_dev.hci_version < BT_HCI_VERSION_5_0 && in valid_adv_ext_param()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h841 uint8_t hci_version; member
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c782 rp->hci_version = LL_VERSION_NUMBER; in read_local_version_info()