Home
last modified time | relevance | path

Searched defs:NeighborFacade (Results 1 – 1 of 1) sorted by relevance

/system/bt/gd/neighbor/facade/
Dfacade.proto7 service NeighborFacade { service
8 rpc SetConnectability(EnableMsg) returns (google.protobuf.Empty) {}
9 rpc SetDiscoverability(DiscoverabilitiyMsg) returns (google.protobuf.Empty) {}
10 rpc SetInquiryMode(InquiryMsg) returns (stream InquiryResultMsg) {
13 rpc ReadRemoteName(RemoteNameRequestMsg) returns (google.protobuf.Empty) {}
14 rpc GetRemoteNameEvents(google.protobuf.Empty) returns (stream RemoteNameResponseMsg) {}
16 rpc EnableInquiryScan(EnableMsg) returns (google.protobuf.Empty) {}
17 rpc EnablePageScan(EnableMsg) returns (google.protobuf.Empty) {}