summaryrefslogtreecommitdiff
path: root/android/audio-ipc-api.txt
Commit message (Collapse)AuthorAgeFilesLines
* android: Update Audio IPC documentationAndrzej Kaczmarek2014-01-241-1/+2
| | | | Open Stream commands now also returns outoging MTU for returned socket.
* android/audio-ipc-api: Fix service id documentationLuiz Augusto von Dentz2014-01-081-1/+2
| | | | | This follow Bluetooth HAL documentation that doesn't use any string identifier just the integer value.
* android/A2DP: Add audio open command/response structLuiz Augusto von Dentz2014-01-071-1/+1
| | | | This adds the definitions to audio open command and response.
* android: Make stream example generic in the API docLukasz Rymanowski2013-12-301-4/+4
| | | | The stream direction should not really matter.
* android: Minor fix to Android Bluetooth Audio protocol API docLukasz Rymanowski2013-12-301-4/+4
| | | | Make picture consistent with example below it.
* android: Add initial Android Bluetooth Audio protocol API docLuiz Augusto von Dentz2013-12-161-0/+85
This IPC is used to communicate Android BlueZ daemon and AudioFlinger plugin.