Home
last modified time | relevance | path

Searched refs:local_le_features (Results 1 – 2 of 2) sorted by relevance

/system/bt/btif/src/
Dbtif_core.cc707 bt_local_le_features_t local_le_features; in execute_storage_request() local
712 local_le_features.local_privacy_enabled = BTM_BleLocalPrivacyEnabled(); in execute_storage_request()
716 local_le_features.max_adv_filter_supported = cmn_vsc_cb.max_filter; in execute_storage_request()
718 local_le_features.max_adv_filter_supported = 0; in execute_storage_request()
719 local_le_features.max_adv_instance = cmn_vsc_cb.adv_inst_max; in execute_storage_request()
720 local_le_features.max_irk_list_size = cmn_vsc_cb.max_irk_list_sz; in execute_storage_request()
721 local_le_features.rpa_offload_supported = cmn_vsc_cb.rpa_offloading; in execute_storage_request()
722 local_le_features.scan_result_storage_size = in execute_storage_request()
724 local_le_features.activity_energy_info_supported = in execute_storage_request()
726 local_le_features.version_supported = cmn_vsc_cb.version_supported; in execute_storage_request()
[all …]
Dbtif_dm.cc1852 bt_local_le_features_t local_le_features; in btif_dm_upstreams_evt() local
1861 local_le_features.local_privacy_enabled = BTM_BleLocalPrivacyEnabled(); in btif_dm_upstreams_evt()
1865 local_le_features.max_adv_filter_supported = cmn_vsc_cb.max_filter; in btif_dm_upstreams_evt()
1867 local_le_features.max_adv_filter_supported = 0; in btif_dm_upstreams_evt()
1868 local_le_features.max_adv_instance = cmn_vsc_cb.adv_inst_max; in btif_dm_upstreams_evt()
1869 local_le_features.max_irk_list_size = cmn_vsc_cb.max_irk_list_sz; in btif_dm_upstreams_evt()
1870 local_le_features.rpa_offload_supported = cmn_vsc_cb.rpa_offloading; in btif_dm_upstreams_evt()
1871 local_le_features.activity_energy_info_supported = in btif_dm_upstreams_evt()
1873 local_le_features.scan_result_storage_size = in btif_dm_upstreams_evt()
1875 local_le_features.version_supported = cmn_vsc_cb.version_supported; in btif_dm_upstreams_evt()
[all …]