am 621c6f3b: Merge "Add missing secure stop methods" into lmp-mr1-dev

* commit '621c6f3b13f96b0e84163f355c6f3024cd3afb2e':
  Add missing secure stop methods
This commit is contained in:
Jeff Tinker 2014-11-06 02:44:25 +00:00 committed by Android Git Automerger
commit 5221104854
1 changed files with 2 additions and 0 deletions

View File

@ -209,7 +209,9 @@ namespace android {
// confirmed. The persisted record on the client is only removed after positive
// confirmation that the server received the message using releaseSecureStops().
virtual status_t getSecureStops(List<Vector<uint8_t> > &secureStops) = 0;
virtual status_t getSecureStop(Vector<uint8_t> const &ssid, Vector<uint8_t> &secureStop) = 0;
virtual status_t releaseSecureStops(Vector<uint8_t> const &ssRelease) = 0;
virtual status_t releaseAllSecureStops() = 0;
// Read a property value given the device property string. There are a few forms
// of property access methods, depending on the data type returned.