Searched refs:hci_version (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/tests/bluetooth/controller/ctrl_hci/src/ |
D | main.c | 152 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/ |
D | adv_legacy.c | 56 ((bt_dev.hci_version >= BT_HCI_VERSION_5_0) ? in bt_data_send()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | hci_core.h | 364 uint8_t hci_version; member
|
D | hci_core.c | 3094 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()
|
D | adv.c | 453 if (bt_dev.hci_version < BT_HCI_VERSION_5_0 && in valid_adv_ext_param()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | hci_types.h | 841 uint8_t hci_version; member
|
/Zephyr-latest/subsys/bluetooth/controller/hci/ |
D | hci.c | 782 rp->hci_version = LL_VERSION_NUMBER; in read_local_version_info()
|