Home
last modified time | relevance | path

Searched refs:StopStackRequest (Results 1 – 5 of 5) sorted by relevance

/system/bt/gd/facade/
Drootservice.proto10 rpc StopStack(StopStackRequest) returns (StopStackResponse) {}
28 message StopStackRequest {} message
Dgrpc_root_server.cc139 const ::bluetooth::facade::StopStackRequest* request, in StopStack()
/system/bt/gd/cert/
Dgd_base_test_lib.py135 cert.rootservice.StopStack(facade_rootservice.StopStackRequest())
136 dut.rootservice.StopStack(facade_rootservice.StopStackRequest())
/system/bt/gd/rust/facade/src/
Dlib.rs52 _req: StopStackRequest, in stop_stack() argument
/system/bt/gd/l2cap/classic/cert/
Dpts_l2cap_test.py49 self.device_under_test.rootservice.StopStack(facade_rootservice_pb2.StopStackRequest())