Searched refs:cmn_vsc_cb (Results 1 – 2 of 2) sorted by relevance
706 tBTM_BLE_VSC_CB cmn_vsc_cb; in execute_storage_request() local711 BTM_BleGetVendorCapabilities(&cmn_vsc_cb); in execute_storage_request()715 if (cmn_vsc_cb.filter_support == 1) in execute_storage_request()716 local_le_features.max_adv_filter_supported = cmn_vsc_cb.max_filter; 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()723 cmn_vsc_cb.tot_scan_results_strg; in execute_storage_request()725 cmn_vsc_cb.energy_support; in execute_storage_request()726 local_le_features.version_supported = cmn_vsc_cb.version_supported; in execute_storage_request()[all …]
1918 tBTM_BLE_VSC_CB cmn_vsc_cb; in btif_dm_upstreams_evt() local1927 BTM_BleGetVendorCapabilities(&cmn_vsc_cb); in btif_dm_upstreams_evt()1931 if (cmn_vsc_cb.filter_support == 1) in btif_dm_upstreams_evt()1932 local_le_features.max_adv_filter_supported = cmn_vsc_cb.max_filter; 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()1939 cmn_vsc_cb.energy_support; in btif_dm_upstreams_evt()1941 cmn_vsc_cb.tot_scan_results_strg; in btif_dm_upstreams_evt()1942 local_le_features.version_supported = cmn_vsc_cb.version_supported; in btif_dm_upstreams_evt()[all …]