From d781d37d077049095364a1681000df1d365fbca0 Mon Sep 17 00:00:00 2001 From: Lukasz Rymanowski Date: Mon, 30 Dec 2013 11:17:24 +0100 Subject: [PATCH] android: Minor fix to Android Bluetooth Audio protocol API doc Make picture consistent with example below it. --- android/audio-ipc-api.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/android/audio-ipc-api.txt b/android/audio-ipc-api.txt index 4983ad7cf..5140d779b 100644 --- a/android/audio-ipc-api.txt +++ b/android/audio-ipc-api.txt @@ -5,12 +5,12 @@ The audio plugin happen to be in a different socket but all the rules for HAL socket apply here as well, the abstract socket name is "\0bluez_audio_socket" (tentative): - .--Android--. .---Audio---. - | daemon | | Plugin | + .---Audio---. .--Android--. + | Plugin | | Daemon | | | Command | | - | | <-------------------------- | | - | | | | | | --------------------------> | | + | | | | + | | <-------------------------- | | | | Response | | | | | | | | | | -- 2.47.3