Home
last modified time | relevance | path

Searched refs:ReadCharacteristicFromHandle (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/
Dgatt.proto30 rpc ReadCharacteristicFromHandle(ReadCharacteristicRequest) returns (ReadCharacteristicResponse); rpc
204 // Request for the `ReadCharacteristicFromHandle` rpc.
218 // Response for the `ReadCharacteristicFromHandle` rpc.
/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/
Dvcp.py121 self.gatt.ReadCharacteristicFromHandle(\
Dhap.py302 self.gatt.ReadCharacteristicFromHandle(
Dhogp.py259 …action = (self.gatt.ReadCharacteristicFromHandle if test in TESTS_READING_CHARACTERISTIC_NOT_DESCR…
Dgatt.py471 self.read_response = self.gatt.ReadCharacteristicFromHandle(\
609 self.read_response = self.gatt.ReadCharacteristicFromHandle(\
Dgap.py247 self.gatt.ReadCharacteristicFromHandle(
/packages/modules/Bluetooth/android/pandora/test/pairing/ble/
Dtest_base.py157 await dut_gatt.ReadCharacteristicFromHandle(handle=char.handle,
/packages/modules/Bluetooth/pandora/server/bumble_experimental/
Dgatt.py206 async def ReadCharacteristicFromHandle(self, request: ReadCharacteristicRequest, member in GATTService
/packages/modules/Bluetooth/floss/pandora/server/
Dgatt.py342 async def ReadCharacteristicFromHandle(self, request: gatt_pb2.ReadCharacteristicRequest, member in GATTService