From 28e6b26262a759cbe7168a7495e4f4a392b24cc9 Mon Sep 17 00:00:00 2001
From: Walter Lozano <walter.lozano@collabora.com>
Date: Mon, 18 Sep 2023 07:48:00 +0000
Subject: [PATCH] MAC address add in command

---
 test-cases/bluez-avrcp-volume.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test-cases/bluez-avrcp-volume.yaml b/test-cases/bluez-avrcp-volume.yaml
index a50234df..4adfb6a8 100644
--- a/test-cases/bluez-avrcp-volume.yaml
+++ b/test-cases/bluez-avrcp-volume.yaml
@@ -80,7 +80,7 @@ run:
     - "Run btmon before any connection happens:"
     - "$ sudo btmon  | grep -A4 'AV/C: Control'"
     - "Execute the test suite in another terminal:"
-    - $ ./bluez-avrcp-volume.sh -a 
+    - $ ./bluez-avrcp-volume.sh -a [MAC address]
     - "The user needs to give the MAC address of the phone to which the pairing has to be initiated if the phone has not been paired"
     - $ ./bluez-avrcp-volume.sh -s -a
     - "Skip pairing because the device is already paired. -a must be present when using this."
-- 
GitLab