commit | 4b3f54de498e4b1bc44aa9e0b50d4f327d8f28b9 | [log] [tgz] |
---|---|---|
author | Pulong Xie <puloxie@codeaurora.org> | Mon Dec 16 11:13:35 2019 +0800 |
committer | Pulong Xie <puloxie@codeaurora.org> | Mon Dec 30 15:49:51 2019 +0800 |
tree | 6b172117d2421808e2af9a3e1e27f35fb943bfcc | |
parent | 67133f910cfb9d8f379ac77a91567f399ad28693 [diff] |
A2DP: Add label to support abs volume notification CRs-Fixed:2589894 Signed-off-by: Pulong Xie <puloxie@codeaurora.org> Change-Id: Ic803da5ef498a656bbb857a66d463251c1a65218
diff --git a/src/com/android/bluetooth/avrcpcontroller/AvrcpControllerService.java b/src/com/android/bluetooth/avrcpcontroller/AvrcpControllerService.java index a0fd09c..3b9056e 100644 --- a/src/com/android/bluetooth/avrcpcontroller/AvrcpControllerService.java +++ b/src/com/android/bluetooth/avrcpcontroller/AvrcpControllerService.java
@@ -333,7 +333,8 @@ AvrcpControllerStateMachine stateMachine = getStateMachine(device); if (stateMachine != null) { stateMachine.sendMessage( - AvrcpControllerStateMachine.MESSAGE_PROCESS_REGISTER_ABS_VOL_NOTIFICATION); + AvrcpControllerStateMachine.MESSAGE_PROCESS_REGISTER_ABS_VOL_NOTIFICATION, + (int) label); } }