HomeSort by relevance Sort by last modified time
    Searched refs:test_service_index (Results 1 - 6 of 6) sorted by null

  /tools/test/connectivity/acts/tests/google/ble/gatt/
GattWriteTest.py 60 self.test_service_index, self.WRITABLE_CHAR_UUID, char_value)
64 self.test_service_index, self.WRITABLE_CHAR_UUID,
69 self.test_service_index, self.WRITABLE_CHAR_UUID)
118 self.test_service_index, self.WRITABLE_CHAR_UUID,
123 self.test_service_index, self.WRITABLE_CHAR_UUID,
173 self.test_service_index, self.WRITABLE_CHAR_UUID, char_value)
177 self.test_service_index, self.WRITABLE_CHAR_UUID,
182 self.test_service_index, self.WRITABLE_CHAR_UUID)
227 self.test_service_index, self.WRITABLE_CHAR_UUID, char_value)
231 self.test_service_index, self.WRITABLE_CHAR_UUID
    [all...]
GattNotifyTest.py 59 self.test_service_index, self.NOTIFIABLE_CHAR_UUID,
65 self.test_service_index, self.NOTIFIABLE_CHAR_UUID,
71 self.test_service_index, self.NOTIFIABLE_CHAR_UUID, True)
GattToolTest.py 406 test_service_index = None
412 test_service_index = i
414 if not test_service_index:
419 bluetooth_gatt, discovered_services_index, test_service_index,
424 bluetooth_gatt, discovered_services_index, test_service_index,
428 bluetooth_gatt, discovered_services_index, test_service_index,
GattReadTest.py 58 self.test_service_index, self.READABLE_CHAR_UUID)
120 self.test_service_index, self.READABLE_CHAR_UUID)
  /tools/test/connectivity/acts/tests/google/ble/system_tests/
GattLongevityTest.py 67 self.test_service_index, self.WRITABLE_CHAR_UUID,
78 self.test_service_index, self.WRITABLE_CHAR_UUID, char_value)
82 self.test_service_index, self.WRITABLE_CHAR_UUID)
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
GattConnectedBaseTest.py 72 self.test_service_index = None
78 self.test_service_index = i
81 if not self.test_service_index:

Completed in 268 milliseconds