From 2149ffefdc64daee91f457fbd5c7e717ab5fca9f Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Wed, 8 Jan 2014 11:30:35 +0200 Subject: [PATCH] android/audio-ipc-api: Fix service id documentation This follow Bluetooth HAL documentation that doesn't use any string identifier just the integer value. --- android/audio-ipc-api.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/android/audio-ipc-api.txt b/android/audio-ipc-api.txt index 37a15696c..4aff92cff 100644 --- a/android/audio-ipc-api.txt +++ b/android/audio-ipc-api.txt @@ -39,7 +39,8 @@ HAL socket apply here as well, the abstract socket name is call dev->close() --> command 0x02 return dev->close() <-- response 0x02 -Identifier: "audio" (BT_AUDIO_ID) +Audio Service (ID 0) +==================== Opcode 0x00 - Error response -- 2.47.3