--- tools/mgmt-tester.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/tools/mgmt-tester.c b/tools/mgmt-tester.c index 8d85cd4..a253f84 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.7.4 -- 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