Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/hci/cert/
H A Dle_advanced_scanning_test.py23 from cert.bt_constants import ble_scan_settings_modes, ble_address_types, scan_result, ble_scan_set…
151 addr_type = ble_address_types["random"]
215 addr_type = ble_address_types["public"]
/aosp12/system/bt/gd/cert/
H A Dbt_constants.py211 ble_address_types = {"public": 0, "random": 1} variable