Home
last modified time | relevance | path

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

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