Searched refs:is_legacy (Results 1 – 2 of 2) sorted by relevance
1885 bool is_legacy = ble_evt_type_is_legacy(evt_type); in btm_ble_process_adv_pkt_cont() local1892 if(is_legacy && is_scan_resp && !cache.Exist(addr_type, bda)) in btm_ble_process_adv_pkt_cont()1895 bool is_start = is_legacy && is_scannable && !is_scan_resp; in btm_ble_process_adv_pkt_cont()1897 if (is_legacy) in btm_ble_process_adv_pkt_cont()
414 bool is_legacy = event_type & (1 << kLegacyBit); in process_advertising_package_content() local436 if (is_legacy && is_scan_response && !advertising_cache_.Exist(address_with_type)) { in process_advertising_package_content()440 bool is_start = is_legacy && is_scannable && !is_scan_response; in process_advertising_package_content()