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 dc0d067..e7af8a3 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) -- 1.8.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html