From 4360ee9b6b88d16108a2548399df08f37544c898 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Tue, 29 Oct 2013 12:52:38 +0100 Subject: [PATCH] android: Define class of device as four bytes in IPC doc For PIN and SSP requests callback define CoD as 4 bytes. This will allow HAL library to pass CoD direclty to callback. Will also match how CoD is passed as property. --- android/hal-ipc-api.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/hal-ipc-api.txt b/android/hal-ipc-api.txt index dc0d067f2..e7af8a3a0 100644 --- a/android/hal-ipc-api.txt +++ b/android/hal-ipc-api.txt @@ -354,13 +354,13 @@ Notifications: Notification parameters: Remote address (6 octets) Remote name (249 octets) - Class of device (3 octets) + Class of device (4 octets) Opcode 0x87 - SSP Request notification Notification parameters: Remote address (6 octets) Remote name (249 octets) - Class of device (3 octets) + Class of device (4 octets) Pairing variant (1 octet) Passkey (4 octets) -- 2.47.3