Home
last modified time | relevance | path

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

/external/autotest/server/cros/bluetooth/
Dbluetooth_gatt_client_utils.py220 chrc_a = serv_a.characteristics.get(uuid, None)
223 if not chrc_a or not chrc_b:
225 "Services: %s vs %s" % (uuid, bool(chrc_a),
228 result.extend(GATT_Characteristic.diff(chrc_a, chrc_b))
314 def diff(chrc_a, chrc_b): argument
327 if chrc_a.properties[prop_name] != chrc_b.properties[prop_name]:
329 % (chrc_a.uuid, prop_name,
330 chrc_a.properties[prop_name],
333 uuids_a = set(chrc_a.descriptors.keys())
338 desc_a = chrc_a.descriptors.get(uuid, None)