Searched refs:ble_address_types (Results 1 – 2 of 2) sorted by relevance
23 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"]
211 ble_address_types = {"public": 0, "random": 1} variable