Home
last modified time | relevance | path

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

/external/autotest/server/cros/bluetooth/
Dbluetooth_gatt_client_utils.py221 chrc_b = serv_b.characteristics.get(uuid, None)
223 if not chrc_a or not chrc_b:
226 bool(chrc_b)))
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]:
331 chrc_b.properties[prop_name]))
334 uuids_b = set(chrc_b.descriptors.keys())
339 desc_b = chrc_b.descriptors.get(uuid, None)