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.py151 def gatt_client_write_characteristic_without_response_by_handle( argument
159 def gatt_client_write_characteristic_by_handle(self, peer_identifier, argument
167 def gatt_client_read_characteristic_by_handle(self, peer_identifier, argument
182 def gatt_client_read_long_characteristic_by_handle(self, peer_identifier, argument
191 def gatt_client_enable_notifiy_characteristic_by_handle( argument
199 def gatt_client_disable_notifiy_characteristic_by_handle( argument
207 def gatt_client_read_descriptor_by_handle(self, peer_identifier, handle): argument
214 def gatt_client_write_descriptor_by_handle(self, peer_identifier, handle, argument
222 def gatt_client_long_read_descriptor_by_handle(self, peer_identifier, argument
435 def gatt_client_write_characteristic_without_response_by_handle( argument
[all …]
/tools/metalava/src/test/java/com/android/tools/metalava/model/psi/
DPsiTypePrinterTest.kt888 private fun handle( in <lambda>() method