Merge "Allow device to be unprovisioned" into lmp-dev
This commit is contained in:
commit
812e039aeb
@ -189,6 +189,9 @@ namespace android {
|
||||
Vector<uint8_t> &certificate,
|
||||
Vector<uint8_t> &wrapped_key) = 0;
|
||||
|
||||
// Remove device provisioning.
|
||||
virtual status_t unprovisionDevice() = 0;
|
||||
|
||||
// A means of enforcing the contractual requirement for a concurrent stream
|
||||
// limit per subscriber across devices is provided via SecureStop. SecureStop
|
||||
// is a means of securely monitoring the lifetime of sessions. Since playback
|
||||
|
Loading…
Reference in New Issue
Block a user