OSDN Git Service

android/hal: Fix typo in A2DP HAL service name
authorGrzegorz Kolodziejczyk <grzegorz.kolodziejczyk@tieto.com>
Fri, 25 Oct 2013 15:52:02 +0000 (17:52 +0200)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 28 Oct 2013 09:24:12 +0000 (11:24 +0200)
A2DP was misspelled as AD2P

android/hal-ipc-api.txt
android/hal-msg.h

index 0c2fd25..dc0d067 100644 (file)
@@ -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:
 
index 677b00b..8edd0ce 100644 (file)
@@ -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