Home
last modified time | relevance | path

Searched refs:is_legacy (Results 1 – 2 of 2) sorted by relevance

/system/bt/stack/btm/
Dbtm_ble_gap.cc1885 bool is_legacy = ble_evt_type_is_legacy(evt_type); in btm_ble_process_adv_pkt_cont() local
1892 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()
/system/bt/gd/hci/
Dle_scanning_manager.cc414 bool is_legacy = event_type & (1 << kLegacyBit); in process_advertising_package_content() local
436 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()