Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_core.cc468 bt_local_le_features_t local_le_features; in btif_get_adapter_property() local
473 local_le_features.local_privacy_enabled = BTM_BleLocalPrivacyEnabled(); in btif_get_adapter_property()
477 local_le_features.max_adv_filter_supported = cmn_vsc_cb.max_filter; in btif_get_adapter_property()
479 local_le_features.max_adv_filter_supported = 0; in btif_get_adapter_property()
480 local_le_features.max_adv_instance = cmn_vsc_cb.adv_inst_max; in btif_get_adapter_property()
481 local_le_features.max_irk_list_size = cmn_vsc_cb.max_irk_list_sz; in btif_get_adapter_property()
482 local_le_features.rpa_offload_supported = cmn_vsc_cb.rpa_offloading; in btif_get_adapter_property()
483 local_le_features.scan_result_storage_size = in btif_get_adapter_property()
485 local_le_features.activity_energy_info_supported = in btif_get_adapter_property()
487 local_le_features.version_supported = cmn_vsc_cb.version_supported; in btif_get_adapter_property()
[all …]