• Home
  • Raw
  • Download

Lines Matching refs:local_le_features

1852       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()
1876 local_le_features.total_trackable_advertisers = in btif_dm_upstreams_evt()
1879 local_le_features.extended_scan_support = in btif_dm_upstreams_evt()
1881 local_le_features.debug_logging_supported = in btif_dm_upstreams_evt()
1886 local_le_features.le_2m_phy_supported = controller->supports_ble_2m_phy(); in btif_dm_upstreams_evt()
1887 local_le_features.le_coded_phy_supported = in btif_dm_upstreams_evt()
1889 local_le_features.le_extended_advertising_supported = in btif_dm_upstreams_evt()
1891 local_le_features.le_periodic_advertising_supported = in btif_dm_upstreams_evt()
1893 local_le_features.le_maximum_advertising_data_length = in btif_dm_upstreams_evt()
1896 memcpy(prop.val, &local_le_features, prop.len); in btif_dm_upstreams_evt()