Commit Graph

127 Commits

Author SHA1 Message Date
Luiz Augusto von Dentz
cb78844274 android/hal-ipc-api: Add Get Player Values notification 2014-02-14 11:30:10 +01:00
Luiz Augusto von Dentz
c6a6cb31c7 android/hal-ipc-api: Add List Player Values notification 2014-02-14 11:30:10 +01:00
Luiz Augusto von Dentz
e23e02ed6a android/hal-ipc-api: Add List Player Attributes notification 2014-02-14 11:30:10 +01:00
Luiz Augusto von Dentz
eb1263196b android/hal-ipc-api: Add Get Play Status notification 2014-02-14 11:30:10 +01:00
Luiz Augusto von Dentz
786229f4f8 android/hal-ipc-api: Add Remote Features notification 2014-02-14 11:30:10 +01:00
Luiz Augusto von Dentz
625fb585f5 android/hal-ipc-api: Add Register Notification Response 2014-02-12 19:26:32 +01:00
Luiz Augusto von Dentz
8c897760ca android/hal-ipc-api: Add Set Player Attributes Value Response 2014-02-12 19:26:32 +01:00
Luiz Augusto von Dentz
aad6de2ef1 android/hal-ipc-api: Add Get Element Attributes Text Response 2014-02-12 19:26:32 +01:00
Luiz Augusto von Dentz
c333844d4c android/hal-ipc-api: Add Get Player Values Text Response 2014-02-12 19:26:32 +01:00
Luiz Augusto von Dentz
c5522c9b0e android/hal-ipc-api: Add Get Player Attributes Text Response 2014-02-12 19:26:32 +01:00
Luiz Augusto von Dentz
0ff573021f android/hal-ipc-api: Add Get Player Attributes Response 2014-02-12 19:26:32 +01:00
Luiz Augusto von Dentz
341fe1cd57 android/hal-ipc-api: Add List Player Values Response 2014-02-12 19:26:32 +01:00
Luiz Augusto von Dentz
abe47600a8 android/hal-ipc-api: Add List Player Attributes Response 2014-02-12 19:26:32 +01:00
Luiz Augusto von Dentz
94b3b2b76f android/hal-ipc-api: Add Get Play Status Response 2014-02-12 19:26:32 +01:00
Szymon Janc
5827e1f047 android: Fix Handsfree volume command notification description 2014-02-10 13:38:36 +01:00
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