Home | History | Annotate | Download | only in src

Lines Matching defs:UUID

20 # UUID for test service.
22 # UUID for write characteristic.
24 # UUID for second write characteristic.
26 # UUID for read test.
28 # UUID for second read characteristic.
30 # UUID for third read characteristic.
32 # UUID for scan response.
59 'UUID': TEST_BLE_SERVICE_UUID,
68 'UUID': TEST_SCAN_RESPONSE_UUID,
78 'UUID': TEST_WRITE_UUID,
83 'UUID': TEST_SECOND_WRITE_UUID,
89 'UUID': TEST_READ_UUID,
95 'UUID': TEST_SECOND_READ_UUID,
101 'UUID': TEST_THIRD_READ_UUID,
108 'UUID':
118 UUID = 'UUID'
127 if service[UUID] == TEST_BLE_SERVICE_UUID and service['Data'] == DATA:
160 if service[UUID] == TEST_BLE_SERVICE_UUID and service['Data'] == DATA:
163 if (service[UUID] == TEST_SCAN_RESPONSE_UUID and
211 characteristic[UUID]
215 for uuid in [
216 characteristic[UUID] for characteristic in SERVICE['Characteristics']
218 asserts.assert_true(uuid in uuids, 'Failed to find uuid %s.' % uuid)
254 characteristic[UUID]
258 for uuid in [
259 characteristic[UUID] for characteristic in SERVICE['Characteristics']
261 asserts.assert_true(uuid in uuids, 'Failed to find uuid %s.' % uuid)
333 if service['UUID'] == TEST_BLE_SERVICE_UUID:
336 characteristic[UUID]
339 for uuid in [
340 characteristic[UUID]
343 asserts.assert_true(uuid in uuids, 'Failed to find uuid %s.' % uuid)