Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/hci/cert/
H A Dle_advanced_scanning_test.py23 …bt_constants import ble_scan_settings_modes, ble_address_types, scan_result, ble_scan_settings_phys
208 advertising_config=config, secondary_advertising_phy=ble_scan_settings_phys["1m"])
/aosp12/system/bt/gd/cert/
H A Dbt_constants.py238 ble_scan_settings_phys = {"1m": 1, "2m": 2, "coded": 3, "all_supported": 255} variable