Searched refs:hci_version (Results 1 – 7 of 7) sorted by relevance
24 uint8_t hci_version; member
58 uint8_t hci_version; member
64 STREAM_TO_UINT8(bt_version->hci_version, stream); in parse_read_local_version_info_response()
115 bt_mesh_dev.hci_version = BLE_MESH_HCI_VERSION_5_0; in bt_mesh_hci_init()117 bt_mesh_dev.hci_version = controller_get_interface()->get_bt_version()->hci_version; in bt_mesh_hci_init()178 if (bt_mesh_dev.hci_version < BLE_MESH_HCI_VERSION_5_0 && in valid_adv_param()
118 bt_mesh_dev.hci_version = BLE_MESH_HCI_VERSION_5_0; in bt_mesh_hci_init()120 bt_mesh_dev.hci_version = ble_hs_hci_get_hci_version(); in bt_mesh_hci_init()
146 const int32_t adv_int_min = ((bt_mesh_dev.hci_version >= BLE_MESH_HCI_VERSION_5_0) ? in adv_send()
108 UINT8 hci_version; member