Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/ble/gatt/
DGattWriteTest.py60 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 …]
/tools/test/connectivity/acts_tests/tests/google/ble/system_tests/
DGattLongevityTest.py67 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_tests/acts_contrib/test_utils/bt/
DGattConnectedBaseTest.py44 WRITABLE_CHAR_UUID = "aa7edd5a-4d1d-4f0e-883a-d145616a1630" variable in GattConnectedBaseTest
122 'uuid': self.WRITABLE_CHAR_UUID,