summaryrefslogtreecommitdiff
path: root/android/tester-main.h
diff options
context:
space:
mode:
authorRavi kumar Veeramally <ravikumar.veeramally@linux.intel.com>2014-12-02 11:53:13 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2014-12-03 13:59:13 +0200
commit924d680ad7f419348be88068ae7c1db3e44e6977 (patch)
tree2d4c57960d5af13b8d7f4a4eef701d820a881c55 /android/tester-main.h
parentbd2bacfbd7867afdc745d7bf05cd4e93f329f4a7 (diff)
downloadbluez-924d680ad7f419348be88068ae7c1db3e44e6977.tar.gz
android/tester: Add AVRCP RegNotifPlayStatusChanged test case
Diffstat (limited to 'android/tester-main.h')
-rw-r--r--android/tester-main.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/android/tester-main.h b/android/tester-main.h
index 1a779a2f0..440751499 100644
--- a/android/tester-main.h
+++ b/android/tester-main.h
@@ -414,6 +414,11 @@ struct pdu_set {
.callback_result.song_position = cb_position, \
}
+#define CALLBACK_RC_REG_NOTIF_STATUS_CHANGED(cb, cb_status) { \
+ .callback = cb, \
+ .callback_result.play_status = cb_status, \
+ }
+
#define CALLBACK_RC_GET_ELEMENT_ATTRIBUTES(cb, cb_num_of_attrs, cb_attrs) { \
.callback = cb, \
.callback_result.num_of_attrs = cb_num_of_attrs, \