Searched refs:stop_slc (Results 1 – 6 of 6) sorted by relevance
44 async def stop_slc(self, address): member in HfClientClient
248 def stop_slc(self, address): member in TopshimDevice249 f = self.__post(self.__hfp.stop_slc(address))
59 async def stop_slc(self, address): member in HfpClient
63 state, _ = self.dut().stop_slc(address=self.__paired_device)
66 fn stop_slc( in stop_slc() method
84 fn stop_slc(&mut self, ctx: RpcContext<'_>, req: StopSlcRequest, sink: UnarySink<Empty>) { in stop_slc() method