Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 2 of 2) sorted by relevance

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/
Dbluetooth_device.py150 def gatt_client_write_characteristic_without_response_by_handle( argument
158 def gatt_client_write_characteristic_by_handle(self, peer_identifier, argument
166 def gatt_client_read_characteristic_by_handle(self, peer_identifier, argument
181 def gatt_client_read_long_characteristic_by_handle(self, peer_identifier, argument
190 def gatt_client_enable_notifiy_characteristic_by_handle( argument
198 def gatt_client_disable_notifiy_characteristic_by_handle( argument
206 def gatt_client_read_descriptor_by_handle(self, peer_identifier, handle): argument
213 def gatt_client_write_descriptor_by_handle(self, peer_identifier, handle, argument
221 def gatt_client_long_read_descriptor_by_handle(self, peer_identifier, argument
434 def gatt_client_write_characteristic_without_response_by_handle( argument
[all …]
/tools/metalava/src/test/java/com/android/tools/metalava/model/psi/
DPsiTypePrinterTest.kt884 private fun handle( in <lambda>() method