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

Commit 44f7d82e authored by Bhakthavatsala Raghavendra's avatar Bhakthavatsala Raghavendra
Browse files

Flag to have socket setting interface

Socket settings interfaces allows user to create sockets
with different security levels

Bug: 374358112
Bug: 315241296
Test: mmm packages/modules/Bluetooth
Change-Id: I4604a8c3d7897ee1d7a63af129c1dd05fc6edbbe
parent 3676f98f
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -44,3 +44,11 @@ flag {
        purpose: PURPOSE_BUGFIX
        purpose: PURPOSE_BUGFIX
    }
    }
}
}

flag {
    name: "socket_settings_api"
    namespace: "bluetooth"
    description: "Adds new socket settings interface which allows creation of encryption only socket"
    bug: "374358112"
    is_exported: true
}