diff --git a/android/hal-ipc-api.txt b/android/hal-ipc-api.txt
index efcd3cf..01490fa 100644
--- a/android/hal-ipc-api.txt
+++ b/android/hal-ipc-api.txt
Bluetooth Advanced Audio HAL (ID 6)
-===================================
+Bluetooth Advanced Audio Sink HAL (ID 13)
+=========================================
Android HAL name: "a2dp" (BT_PROFILE_ADVANCED_AUDIO_ID)
+Android HAL name: "a2dp_sink" (BT_PROFILE_ADVANCED_AUDIO__SINK_ID)
Commands and responses:
0x01 = Stopped
0x02 = Started
+ Opcode 0x83 - Audio Configuration notification
+
+ Notification parameters: Remote address (6 octets)
+ Sample Rate in Hz (4 octets)
+ Channel Count (1 octet)
+
+ Valid channel count: 0x01 = Mono
+ 0x02 = Stereo
Bluetooth Health HAL (ID 7)
===========================