[Pandora] Move pairing interface into a separate interface
As per offline discussion, all pairing/bonding related interfaces for both classic + LE will be moved out of Host (since Host is getting huge) and put in a separate interface. We can't call it SM since we have classic stuff in here too. Test: existing PTS Bug: 242326310 Tag: #refactor Change-Id: I2704098edd72e50d53366b210a2bf425f11d3388
Showing
- android/pandora/mmi2grpc/mmi2grpc/sm.py 5 additions, 5 deletionsandroid/pandora/mmi2grpc/mmi2grpc/sm.py
- android/pandora/server/Android.bp 3 additions, 3 deletionsandroid/pandora/server/Android.bp
- android/pandora/server/proto/pandora/host.proto 0 additions, 59 deletionsandroid/pandora/server/proto/pandora/host.proto
- android/pandora/server/proto/pandora/security.proto 86 additions, 0 deletionsandroid/pandora/server/proto/pandora/security.proto
- android/pandora/server/proto/pandora/sm.proto 0 additions, 22 deletionsandroid/pandora/server/proto/pandora/sm.proto
- android/pandora/server/src/com/android/pandora/Host.kt 0 additions, 29 deletionsandroid/pandora/server/src/com/android/pandora/Host.kt
- android/pandora/server/src/com/android/pandora/Security.kt 35 additions, 6 deletionsandroid/pandora/server/src/com/android/pandora/Security.kt
- android/pandora/server/src/com/android/pandora/Server.kt 4 additions, 4 deletionsandroid/pandora/server/src/com/android/pandora/Server.kt
Loading
Please register or sign in to comment