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.c844 bt_local_le_features_t local_le_features; in execute_storage_request() local
848 local_le_features.local_privacy_enabled = BTM_BleLocalPrivacyEnabled(); in execute_storage_request()
852 local_le_features.max_adv_filter_supported = cmn_vsc_cb.max_filter; in execute_storage_request()
854 local_le_features.max_adv_filter_supported = 0; in execute_storage_request()
855 local_le_features.max_adv_instance = cmn_vsc_cb.adv_inst_max; in execute_storage_request()
856 local_le_features.max_irk_list_size = cmn_vsc_cb.max_irk_list_sz; in execute_storage_request()
857 local_le_features.rpa_offload_supported = cmn_vsc_cb.rpa_offloading; in execute_storage_request()
858 local_le_features.scan_result_storage_size = cmn_vsc_cb.tot_scan_results_strg; in execute_storage_request()
859 local_le_features.activity_energy_info_supported = cmn_vsc_cb.energy_support; in execute_storage_request()
860 local_le_features.version_supported = cmn_vsc_cb.version_supported; in execute_storage_request()
[all …]
Dbtif_dm.c1954 bt_local_le_features_t local_le_features; in btif_dm_upstreams_evt() local
1963 local_le_features.local_privacy_enabled = BTM_BleLocalPrivacyEnabled(); in btif_dm_upstreams_evt()
1967 local_le_features.max_adv_filter_supported = cmn_vsc_cb.max_filter; in btif_dm_upstreams_evt()
1969 local_le_features.max_adv_filter_supported = 0; in btif_dm_upstreams_evt()
1970 local_le_features.max_adv_instance = cmn_vsc_cb.adv_inst_max; in btif_dm_upstreams_evt()
1971 local_le_features.max_irk_list_size = cmn_vsc_cb.max_irk_list_sz; in btif_dm_upstreams_evt()
1972 local_le_features.rpa_offload_supported = cmn_vsc_cb.rpa_offloading; in btif_dm_upstreams_evt()
1973 local_le_features.activity_energy_info_supported = cmn_vsc_cb.energy_support; in btif_dm_upstreams_evt()
1974 local_le_features.scan_result_storage_size = cmn_vsc_cb.tot_scan_results_strg; in btif_dm_upstreams_evt()
1975 local_le_features.version_supported = cmn_vsc_cb.version_supported; in btif_dm_upstreams_evt()
[all …]