Home | History | Annotate | Download | only in src

Lines Matching defs:local_le_features

1035                 bt_local_le_features_t local_le_features;
1039 local_le_features.local_privacy_enabled = BTM_BleLocalPrivacyEnabled();
1043 local_le_features.max_adv_filter_supported = cmn_vsc_cb.max_filter;
1045 local_le_features.max_adv_filter_supported = 0;
1046 local_le_features.max_adv_instance = cmn_vsc_cb.adv_inst_max;
1047 local_le_features.max_irk_list_size = cmn_vsc_cb.max_irk_list_sz;
1048 local_le_features.rpa_offload_supported = cmn_vsc_cb.rpa_offloading;
1049 local_le_features.scan_result_storage_size_hibyte =
1051 local_le_features.scan_result_storage_size_lobyte =
1053 local_le_features.activity_energy_info_supported = cmn_vsc_cb.energy_support;
1054 memcpy(prop.val, &local_le_features, prop.len);