summaryrefslogtreecommitdiffstats
path: root/test/suite
diff options
context:
space:
mode:
authorMatthew Xie <mattx@google.com>2014-06-27 21:32:11 -0700
committerMatthew Xie <mattx@google.com>2014-06-27 21:32:11 -0700
commit28def5731130541d394fafec631462627052c5dc (patch)
tree19ca084147b21e514f13d64f77085e16924e561d /test/suite
parentd058415d29df08ea9650540126b87cd108d72783 (diff)
downloadandroid_system_bt-28def5731130541d394fafec631462627052c5dc.tar.gz
android_system_bt-28def5731130541d394fafec631462627052c5dc.tar.bz2
android_system_bt-28def5731130541d394fafec631462627052c5dc.zip
pan_control_state_changed arggument order is not right
Change-Id: I2df8022c8bbba3d524572926785cc39530e7a04c
Diffstat (limited to 'test/suite')
-rw-r--r--test/suite/support/callbacks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite/support/callbacks.c b/test/suite/support/callbacks.c
index e824c3a42..2ad12cfb8 100644
--- a/test/suite/support/callbacks.c
+++ b/test/suite/support/callbacks.c
@@ -25,7 +25,7 @@ void adapter_properties(bt_status_t status,
bt_property_t *properties);
void discovery_state_changed(bt_discovery_state_t state);
-void pan_control_state_changed(btpan_control_state_t state, bt_status_t error, int local_role, const char *ifname);
+void pan_control_state_changed(btpan_control_state_t state, int local_role, bt_status_t error, const char *ifname);
void pan_connection_state_changed(btpan_connection_state_t state, bt_status_t error, const bt_bdaddr_t *bd_addr, int local_role, int remote_role);
static void remote_device_properties(bt_status_t status,