From 73919b175d354b2f4bc93c12c909e0fb08e592a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Narajowski?= Date: Tue, 20 Sep 2016 14:02:09 +0200 Subject: [PATCH] tools/mgmt-tester: Test Set Appearance support in different modes --- tools/mgmt-tester.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/tools/mgmt-tester.c b/tools/mgmt-tester.c index 8d85cd4e7..a253f84cb 100644 --- a/tools/mgmt-tester.c +++ b/tools/mgmt-tester.c @@ -7862,6 +7862,21 @@ int main(int argc, char *argv[]) setup_add_advertising_duration, test_command_generic, 3); + test_bredr("Set appearance - BR/EDR only", + &set_appearance_not_supported, + NULL, + test_command_generic); + + test_bredrle("Set appearance - BR/EDR LE", + &set_appearance_success, + NULL, + test_command_generic); + + test_le("Set appearance - LE only", + &set_appearance_success, + NULL, + test_command_generic); + test_bredrle("Read Ext Controller Info 1", &read_ext_ctrl_info1, setup_command_generic, test_command_generic); -- 2.47.3