From ea713c98e6d45dd05ccfffa39ef646dce50d22ea Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Fri, 25 Oct 2013 12:50:06 +0200 Subject: [PATCH] android: Add missing SSP Variant definitions to IPC document Those are used to specify SSP association model. --- android/hal-ipc-api.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/android/hal-ipc-api.txt b/android/hal-ipc-api.txt index a5437c1d2..0c2fd25fe 100644 --- a/android/hal-ipc-api.txt +++ b/android/hal-ipc-api.txt @@ -281,6 +281,11 @@ Commands and responses: Passkey (4 octets) Response parameters: + Valid SSP variant values: 0x00 = Passkey Confirmation + 0x01 = Passkey Entry + 0x02 = Consent (for Just Works) + 0x03 = Passkey Notification + In case of an error, the error response will be returned. Opcode 0x12 - DUT Mode Configure command/response -- 2.47.3