Lines Matching refs:cmn_vsc_cb
1905 tBTM_BLE_VSC_CB cmn_vsc_cb; in btif_dm_upstreams_evt() local
1914 BTM_BleGetVendorCapabilities(&cmn_vsc_cb); in btif_dm_upstreams_evt()
1918 if (cmn_vsc_cb.filter_support == 1) in btif_dm_upstreams_evt()
1919 local_le_features.max_adv_filter_supported = cmn_vsc_cb.max_filter; in btif_dm_upstreams_evt()
1922 local_le_features.max_adv_instance = cmn_vsc_cb.adv_inst_max; in btif_dm_upstreams_evt()
1923 local_le_features.max_irk_list_size = cmn_vsc_cb.max_irk_list_sz; in btif_dm_upstreams_evt()
1924 local_le_features.rpa_offload_supported = cmn_vsc_cb.rpa_offloading; in btif_dm_upstreams_evt()
1925 local_le_features.activity_energy_info_supported = cmn_vsc_cb.energy_support; in btif_dm_upstreams_evt()
1926 local_le_features.scan_result_storage_size = cmn_vsc_cb.tot_scan_results_strg; in btif_dm_upstreams_evt()
1927 local_le_features.version_supported = cmn_vsc_cb.version_supported; in btif_dm_upstreams_evt()
1929 cmn_vsc_cb.total_trackable_advertisers; in btif_dm_upstreams_evt()
1931 local_le_features.extended_scan_support = cmn_vsc_cb.extended_scan_support > 0; in btif_dm_upstreams_evt()
1932 local_le_features.debug_logging_supported = cmn_vsc_cb.debug_logging_supported > 0; in btif_dm_upstreams_evt()