Diff between c23b54e379612230a058d7890a0326aa64c427cd and e2f41f5bde3075effd477edadea42d091b67c5f7

Changed Files

File Additions Deletions Status
android/hal-ipc-api.txt +1 -1 modified
android/hal-msg.h +1 -1 modified

Full Patch

diff --git a/android/hal-ipc-api.txt b/android/hal-ipc-api.txt
index 0c2fd25..dc0d067 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 677b00b..8edd0ce 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