Home
last modified time | relevance | path

Searched refs:ClearCache (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/
Dgatt.proto27 rpc ClearCache(ClearCacheRequest) returns (ClearCacheResponse); rpc
196 // Request for the `ClearCache` rpc.
201 // Response for the `ClearCache` rpc.
/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/
Dvcp.py104 self.gatt.ClearCache(connection=self.connection)
Dhap.py281 self.gatt.ClearCache(connection=self.connection)
Dgatt.py98 self.gatt.ClearCache(connection=self.connection)
/packages/modules/Bluetooth/pandora/server/bumble_experimental/
Dgatt.py201 …async def ClearCache(self, request: ClearCacheRequest, context: grpc.ServicerContext) -> ClearCach… member in GATTService
/packages/modules/Bluetooth/floss/pandora/server/
Dgatt.py310 async def ClearCache(self, request: gatt_pb2.ClearCacheRequest, member in GATTService