Searched refs:manufacturer_id (Results 1 – 8 of 8) sorted by relevance
/external/autotest/server/cros/bluetooth/ |
D | bluetooth_adapter_tests.py | 1245 manufacturer_id = None 1253 manufacturer_id = '0x%04x' % int(result.group(1)) 1255 if timestamp and manufacturer_id: 1256 if manufacturer_id not in adv_timestamps: 1257 adv_timestamps[manufacturer_id] = [] 1258 adv_timestamps[manufacturer_id].append(timestamp) 1260 manufacturer_id = None 1266 for manufacturer_id, values in adv_timestamps.iteritems(): 1267 logging.debug('manufacturer_id %s: %s', manufacturer_id, values) 1382 for manufacturer_id in manufacturer_data: [all …]
|
/external/cros/system_api/dbus/chaps/ |
D | ck_structs.proto | 47 optional bytes manufacturer_id = 2; field 59 optional bytes manufacturer_id = 2; field
|
/external/openssh/ |
D | pkcs11.h | 109 #define manufacturer_id manufacturerID macro 199 unsigned char manufacturer_id[32]; member 217 unsigned char manufacturer_id[32]; member 233 unsigned char manufacturer_id[32]; member 1271 #undef manufacturer_id
|
/external/autotest/client/cros/bluetooth/ |
D | bluetooth_tester_xmlrpc_server.py | 90 ( address, bluetooth_version, manufacturer_id, 214 ( address, bluetooth_version, manufacturer_id,
|
/external/autotest/server/site_tests/bluetooth_Sanity_LEDiscovery/ |
D | bluetooth_Sanity_LEDiscovery.py | 91 ( address, bluetooth_version, manufacturer_id,
|
/external/autotest/server/site_tests/bluetooth_Sanity_Discovery/ |
D | bluetooth_Sanity_Discovery.py | 90 ( address, bluetooth_version, manufacturer_id,
|
/external/autotest/server/site_tests/bluetooth_Sanity_DefaultState/ |
D | bluetooth_Sanity_DefaultState.py | 79 ( address, bluetooth_version, manufacturer_id,
|
/external/cros/system_api/dbus/power_manager/ |
D | power_supply_properties.proto | 82 optional string manufacturer_id = 4; field
|