Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6847979f authored by Martin Brabham's avatar Martin Brabham
Browse files

L2CAP: Add ClassicSecurityPolicy to facade

Security Cert tests need a ClassicSecurityPolicy to pass for tests.

Bug: 145638034
Test: cert/run --host
Tag: #gd-refactor
Change-Id: I11aaa72cb61bfc8322f5ba074ee73f88221ad840
parent 099cbf6c
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -101,3 +101,10 @@ message SetTrafficPausedRequest {
message GetChannelQueueDepthResponse {
  uint32 size = 1;
}

enum ClassicSecurityPolicy {
  ENCRYPTED_TRANSPORT = 0;
  AUTHENTICATED_ENCRYPTED_TRANSPORT = 1;
  BEST = 2;
  _SDP_ONLY_NO_SECURITY_WHATSOEVER_PLAINTEXT_TRANSPORT_OK = 3;
}