From: Andrei Emeltchenko <[email protected]>
---
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 c7d5c59..666e27f 100644
--- a/android/hal-ipc-api.txt
+++ b/android/hal-ipc-api.txt
@@ -1768,7 +1768,7 @@ Commands and responses:
Opcode 0x19 - Connect Peripheral command/response
Command parameters: Server (4 octets)
- Remote address (6 octes)
+ Remote address (6 octets)
Is Direct (1 octet)
Transport (4 octets)
Response parameters: <none>
@@ -1778,7 +1778,7 @@ Commands and responses:
Opcode 0x1a - Disconnect Peripheral command/response
Command parameters: Server (4 octets)
- Remote address (6 octes)
+ Remote address (6 octets)
Connection ID (1 octet)
Response parameters: <none>
--
1.9.1
Hi Andrei,
On Thursday 06 of November 2014 10:09:42 Andrei Emeltchenko wrote:
> From: Andrei Emeltchenko <[email protected]>
>
> ---
> 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 c7d5c59..666e27f 100644
> --- a/android/hal-ipc-api.txt
> +++ b/android/hal-ipc-api.txt
> @@ -1768,7 +1768,7 @@ Commands and responses:
> Opcode 0x19 - Connect Peripheral command/response
>
> Command parameters: Server (4 octets)
> - Remote address (6 octes)
> + Remote address (6 octets)
> Is Direct (1 octet)
> Transport (4 octets)
> Response parameters: <none>
> @@ -1778,7 +1778,7 @@ Commands and responses:
> Opcode 0x1a - Disconnect Peripheral command/response
>
> Command parameters: Server (4 octets)
> - Remote address (6 octes)
> + Remote address (6 octets)
> Connection ID (1 octet)
> Response parameters: <none>
>
Applied, thanks.
--
Best regards,
Szymon Janc