Home
last modified time | relevance | path

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

/external/autotest/server/cros/bluetooth/
Dbluetooth_gatt_client_utils.py78 def find_by_uuid(self, uuid): member in GATT_Application
87 found = serv.find_by_uuid(uuid)
176 def find_by_uuid(self, uuid): member in GATT_Service
189 found = chrc.find_by_uuid(uuid)
283 def find_by_uuid(self, uuid): member in GATT_Characteristic