--- unit/test-hfp.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/unit/test-hfp.c b/unit/test-hfp.c index 85d3a60..546a239 100644 --- a/unit/test-hfp.c +++ b/unit/test-hfp.c @@ -289,6 +289,11 @@ int main(int argc, char *argv[]) '\r'), type_pdu(HFP_GW_CMD_TYPE_TEST, 0), data_end()); + define_test("/hfp/test_register_5", test_register, + raw_pdu('D', '\0'), + raw_pdu('A', 'T', 'D', '1', '2', '3', '4', '5', '\r'), + type_pdu(HFP_GW_CMD_TYPE_SET, 0), + data_end()); return g_test_run(); } -- 1.8.3.1 -- 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