Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/hci/facade/
H A Dhci_facade.proto11 rpc RequestEvent(EventRequest) returns (google.protobuf.Empty) {}
14 rpc RequestLeSubevent(EventRequest) returns (google.protobuf.Empty) {}
21 message EventRequest { message
H A Dfacade.cc86 const ::bluetooth::hci::EventRequest* event, in RequestEvent()
95 const ::bluetooth::hci::EventRequest* event, in RequestLeSubevent()
/aosp12/system/bt/gd/rust/hci/src/
H A Dfacade.rs8 use bt_facade_proto::hci_facade::EventRequest;
98 fn request_event(&mut self, ctx: RpcContext<'_>, req: EventRequest, sink: UnarySink<Empty>) { in request_event() argument
109 req: EventRequest, in request_le_subevent() argument
/aosp12/system/bt/gd/cert/
H A Dpy_hci.py147 self.device.hci.RequestEvent(hci_facade.EventRequest(code=int(event_code)))
151 self.device.hci.RequestLeSubevent(hci_facade.EventRequest(code=int(event_code)))
/aosp12/system/bt/gd/neighbor/cert/
H A Dpy_neighbor.py72 …msg = hci_facade.EventRequest(code=int(hci_packets.EventCode.REMOTE_HOST_SUPPORTED_FEATURES_NOTIFI…
/aosp12/system/bt/gd/hci/cert/
H A Dle_acl_manager_test.py59 msg = hci_facade.EventRequest(code=int(event_code))
63 msg = hci_facade.EventRequest(code=int(event_code))