Home | History | Annotate | Download | only in src

Lines Matching defs:local_le_features

1838             bt_local_le_features_t local_le_features;
1847 local_le_features.local_privacy_enabled = BTM_BleLocalPrivacyEnabled();
1851 local_le_features.max_adv_filter_supported = cmn_vsc_cb.max_filter;
1853 local_le_features.max_adv_filter_supported = 0;
1854 local_le_features.max_adv_instance = cmn_vsc_cb.adv_inst_max;
1855 local_le_features.max_irk_list_size = cmn_vsc_cb.max_irk_list_sz;
1856 local_le_features.rpa_offload_supported = cmn_vsc_cb.rpa_offloading;
1857 local_le_features.scan_result_storage_size_hibyte =
1859 local_le_features.scan_result_storage_size_lobyte =
1861 local_le_features.activity_energy_info_supported = cmn_vsc_cb.energy_support;
1862 memcpy(prop.val, &local_le_features, prop.len);