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.cc1919 bt_local_le_features_t local_le_features; in btif_dm_upstreams_evt() local
1928 local_le_features.local_privacy_enabled = BTM_BleLocalPrivacyEnabled(); in btif_dm_upstreams_evt()
1932 local_le_features.max_adv_filter_supported = cmn_vsc_cb.max_filter; in btif_dm_upstreams_evt()
1934 local_le_features.max_adv_filter_supported = 0; in btif_dm_upstreams_evt()
1935 local_le_features.max_adv_instance = cmn_vsc_cb.adv_inst_max; in btif_dm_upstreams_evt()
1936 local_le_features.max_irk_list_size = cmn_vsc_cb.max_irk_list_sz; in btif_dm_upstreams_evt()
1937 local_le_features.rpa_offload_supported = cmn_vsc_cb.rpa_offloading; in btif_dm_upstreams_evt()
1938 local_le_features.activity_energy_info_supported = in btif_dm_upstreams_evt()
1940 local_le_features.scan_result_storage_size = in btif_dm_upstreams_evt()
1942 local_le_features.version_supported = cmn_vsc_cb.version_supported; in btif_dm_upstreams_evt()
[all …]