Commit Graph

12 Commits

Author SHA1 Message Date
Ravi kumar Veeramally
c1693c614e android/hidhost: Remove deprecated idle opcode from ipc document
Idle time is deprecated in HID_SPEC1_1. So get and set idle time api's
are removed and not implemented. But callback is left out in Android
bt_hh.h. Generally this callback needs to be called when HAL requests
get and set idle time calls with status. So the method calls itself
removed, no point to implement this callback.
Also update GET_REPORT and VIRTUAL_UNPLUG opcode values.
2013-11-13 11:26:38 +02:00
Ravi kumar Veeramally
f180e868c4 android/hid: Add missing hid send data parameters in ipc document 2013-11-08 10:29:21 +02:00
Ravi kumar Veeramally
9f35898555 android/hid: Remove fixed number of hid set report data length in ipc doc
HAL receives data in ascii format but it should be in hex format. So remove
fixed size of report data length and depend on report length parameter.
2013-11-08 10:29:06 +02:00
Ravi kumar Veeramally
93f04d5a33 android/hid: Add missing set report parameters to ipc document 2013-11-06 10:24:43 +02:00
Luiz Augusto von Dentz
6a92a05be3 android/hal-hidhost: Add implementation of .connection_state_cb 2013-10-31 15:00:10 +02:00
Szymon Janc
424219cdf2 android: Add missing bonding state definitions to IPC specification 2013-10-31 10:45:33 +02:00
Szymon Janc
4360ee9b6b 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.
2013-10-29 14:11:27 +02:00
Grzegorz Kolodziejczyk
e2f41f5bde android/hal: Fix typo in A2DP HAL service name
A2DP was misspelled as AD2P
2013-10-28 11:24:12 +02:00
Szymon Janc
ea713c98e6 android: Add missing SSP Variant definitions to IPC document
Those are used to specify SSP association model.
2013-10-25 14:29:02 +03:00
Szymon Janc
9e6bcb42b3 android: Add missing adapter state values to IPC documentation 2013-10-23 19:31:59 +03:00
Szymon Janc
9c9b018781 android: Add missing error status description for Core Service
We need at least one failed status description.
2013-10-21 16:24:08 +03:00
Szymon Janc
f21fb58615 android: Add initial Android Bluetooth HAL protocol API doc
This IPC is used to communicate Android BlueZ daemon and HAL.

Currently specified are BT HAL "bluetooth" (BT_HARDWARE_MODULE_ID)
and following profile HALs:
  "socket"    (BT_PROFILE_SOCKETS_ID)
  "hidhost"   (BT_PROFILE_HIDHOST_ID)
  "pan"       (BT_PROFILE_PAN_ID)
  "handsfree" (BT_PROFILE_HANDSFREE_ID)
  "ad2p"      (BT_PROFILE_ADVANCED_AUDIO_ID)
  "health"    (BT_PROFILE_HEALTH_ID)
2013-10-14 18:27:22 +03:00