summaryrefslogtreecommitdiff
path: root/android/hal-ipc-api.txt
diff options
context:
space:
mode:
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>2014-11-04 14:24:45 +0200
committerSzymon Janc <szymon.janc@tieto.com>2014-11-04 14:53:04 +0100
commitf91de769487803bad1915d178c6e2dec2eb2cf69 (patch)
tree9caa15a32c471539a3bb727e7e0c52eebfdd42ec /android/hal-ipc-api.txt
parent2c4b8bde0fd0d6843bfb88399dccc32e0be85d7f (diff)
downloadbluez-f91de769487803bad1915d178c6e2dec2eb2cf69.tar.gz
android/hal-bluetooth: Add parameter to create_bond
Add parameter to create_bond following new bluetooth.h HAL, transport is defined in bluedroid include/bt_types.h. Bluetooth daemon shall check transport parameter and make needed decisions, by default parameter is unknown and this is the way bluedroid manage it itself.
Diffstat (limited to 'android/hal-ipc-api.txt')
-rw-r--r--android/hal-ipc-api.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/hal-ipc-api.txt b/android/hal-ipc-api.txt
index 6c647b76b..3a3ae92ea 100644
--- a/android/hal-ipc-api.txt
+++ b/android/hal-ipc-api.txt
@@ -275,6 +275,7 @@ Commands and responses:
Opcode 0x0d - Create Bond command/response
Command parameters: Remote address (6 octets)
+ Transport (1 octet)
Response parameters: <none>
In case of an error, the error response will be returned.