From e2f41f5bde3075effd477edadea42d091b67c5f7 Mon Sep 17 00:00:00 2001 From: Grzegorz Kolodziejczyk <grzegorz.kolodziejczyk@tieto.com> Date: Fri, 25 Oct 2013 17:52:02 +0200 Subject: [PATCH] android/hal: Fix typo in A2DP HAL service name A2DP was misspelled as AD2P --- android/hal-ipc-api.txt | 2 +- android/hal-msg.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/hal-ipc-api.txt b/android/hal-ipc-api.txt index 0c2fd25fe..dc0d067f2 100644 --- a/android/hal-ipc-api.txt +++ b/android/hal-ipc-api.txt @@ -1023,7 +1023,7 @@ Notifications: Bluetooth Advanced Audio HAL (ID 6) =================================== -Android HAL name: "ad2p" (BT_PROFILE_ADVANCED_AUDIO_ID) +Android HAL name: "a2dp" (BT_PROFILE_ADVANCED_AUDIO_ID) Commands and responses: diff --git a/android/hal-msg.h b/android/hal-msg.h index 677b00bc7..8edd0ce61 100644 --- a/android/hal-msg.h +++ b/android/hal-msg.h @@ -40,7 +40,7 @@ struct hal_hdr { #define HAL_SERVICE_ID_HIDHOST 3 #define HAL_SERVICE_ID_PAN 4 #define HAL_SERVICE_ID_HANDSFREE 5 -#define HAL_SERVICE_ID_AD2P 6 +#define HAL_SERVICE_ID_A2DP 6 #define HAL_SERVICE_ID_HEALTH 7 #define HAL_SERVICE_ID_AVRCP 8 #define HAL_SERVICE_ID_GATT 9 -- 2.11.0