Searched refs:is_scan_resp (Results 1 – 1 of 1) sorted by relevance
2151 bool is_scan_resp = ble_evt_type_is_scan_resp(evt_type); in btm_ble_process_adv_pkt_cont() local2159 if (is_legacy && is_scan_resp && !cache.Exist(addr_type, bda)) return; in btm_ble_process_adv_pkt_cont()2161 bool is_start = is_legacy && is_scannable && !is_scan_resp; in btm_ble_process_adv_pkt_cont()2182 if (is_active_scan && is_scannable && !is_scan_resp) { in btm_ble_process_adv_pkt_cont()