From: Aleksander Drewnicki <ext.aleksander.drewnicki@xxxxxxxxx> This patch adds implementation of mce method to haltest. --- android/client/if-mce.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/android/client/if-mce.c b/android/client/if-mce.c index c671fb2..76c9f73 100644 --- a/android/client/if-mce.c +++ b/android/client/if-mce.c @@ -58,6 +58,12 @@ static void init_p(int argc, const char **argv) static void get_remote_mas_instances_p(int argc, const char **argv) { + bt_bdaddr_t addr; + + RETURN_IF_NULL(if_mce); + VERIFY_ADDR_ARG(2, &addr); + + EXEC(if_mce->get_remote_mas_instances, &addr); } static struct method methods[] = { -- 1.9.3 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html