summaryrefslogtreecommitdiff
path: root/android/hal-ipc-api.txt
diff options
context:
space:
mode:
authorThomas Zimmermann <tdz@users.sourceforge.net>2015-02-03 09:37:47 +0100
committerSzymon Janc <szymon.janc@tieto.com>2015-02-03 11:53:20 +0100
commitd3be519e10b1b52d52cf885b7778458c7b5d264c (patch)
tree06a14f50b9c5302a261e7b97fc38f54fbf160cf1 /android/hal-ipc-api.txt
parenta17e60985cb1c3514963b198c957c502672be564 (diff)
downloadbluez-d3be519e10b1b52d52cf885b7778458c7b5d264c.tar.gz
android/hal-ipc-api: HAL IPC uses 4 octects for socket channel
The documentations says that the HAL IPC uses 2 octets for socket channels, while |struct hal_cmd_socket_{listen,connect}| contain 4 octets. This patch fixes the documentation accordingly.
Diffstat (limited to 'android/hal-ipc-api.txt')
-rw-r--r--android/hal-ipc-api.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/hal-ipc-api.txt b/android/hal-ipc-api.txt
index f15c12e9c..515cf4ef5 100644
--- a/android/hal-ipc-api.txt
+++ b/android/hal-ipc-api.txt
@@ -456,7 +456,7 @@ Commands and responses:
Command parameters: Socket type (1 octet)
Service name (256 octets)
Service UUID (16 octets)
- Channel (2 octets)
+ Channel (4 octets)
Socket flags (1 octet)
Response parameters: File descriptor (inline)
@@ -474,7 +474,7 @@ Commands and responses:
Command parameters: Remote address (6 octets)
Socket type (1 octet)
Service UUID (16 octets)
- Channel (2 octets)
+ Channel (4 octets)
Socket flags (1 octet)
Response parameters: File descriptor (inline)