HomeSort by relevance Sort by last modified time
    Searched refs:local_le_features (Results 1 - 2 of 2) sorted by null

  /system/bt/btif/src/
btif_core.c 833 bt_local_le_features_t local_le_features; local
837 local_le_features.local_privacy_enabled = BTM_BleLocalPrivacyEnabled();
841 local_le_features.max_adv_filter_supported = cmn_vsc_cb.max_filter;
843 local_le_features.max_adv_filter_supported = 0;
844 local_le_features.max_adv_instance = cmn_vsc_cb.adv_inst_max;
845 local_le_features.max_irk_list_size = cmn_vsc_cb.max_irk_list_sz;
846 local_le_features.rpa_offload_supported = cmn_vsc_cb.rpa_offloading;
847 local_le_features.scan_result_storage_size = cmn_vsc_cb.tot_scan_results_strg;
848 local_le_features.activity_energy_info_supported = cmn_vsc_cb.energy_support;
849 local_le_features.version_supported = cmn_vsc_cb.version_supported
    [all...]
btif_dm.c 1906 bt_local_le_features_t local_le_features; local
    [all...]

Completed in 120 milliseconds