Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/blueberry/facade/hci/
Dcontroller_facade.proto8 service ControllerFacade { service
9 rpc GetMacAddress(google.protobuf.Empty) returns (blueberry.facade.BluetoothAddress) {}
10 rpc WriteLocalName(NameMsg) returns (google.protobuf.Empty) {}
11 rpc GetLocalName(google.protobuf.Empty) returns (NameMsg) {}
12 rpc IsSupportedCommand(OpCodeMsg) returns (SupportedMsg) {}
13 rpc GetLeNumberOfSupportedAdvertisingSets(google.protobuf.Empty) returns (SingleValueMsg) {}
14 rpc SupportsSimplePairing(google.protobuf.Empty) returns (SupportedMsg) {}
15 rpc SupportsSecureConnections(google.protobuf.Empty) returns (SupportedMsg) {}
16 rpc SupportsSimultaneousLeBrEdr(google.protobuf.Empty) returns (SupportedMsg) {}
17 rpc SupportsInterlacedInquiryScan(google.protobuf.Empty) returns (SupportedMsg) {}
[all …]