OSDN Git Service

android: Add initial Android Bluetooth HAL protocol API doc
authorSzymon Janc <szymon.janc@tieto.com>
Mon, 14 Oct 2013 08:05:58 +0000 (10:05 +0200)
committerJohan Hedberg <johan.hedberg@intel.com>
Mon, 14 Oct 2013 15:27:22 +0000 (18:27 +0300)
commitf21fb586153d68fb040e974c51346d71b4562bcf
tree0310674261eaac2519021b8f926953f991a2a50c
parent6a79b1ffa57c72188499a58a7e5aa8d2d977782c
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)
android/hal-ipc-api.txt [new file with mode: 0644]