--- unit/test-hfp.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/unit/test-hfp.c b/unit/test-hfp.c index a5fe436..85d3a60 100644 --- a/unit/test-hfp.c +++ b/unit/test-hfp.c @@ -283,6 +283,12 @@ int main(int argc, char *argv[]) raw_pdu('A', 'T', '+', 'B', 'R', 'S', 'F', '?', '\r'), type_pdu(HFP_GW_CMD_TYPE_READ, 0), data_end()); + define_test("/hfp/test_register_4", test_register, + raw_pdu('+', 'B', 'R', 'S', 'F', '\0'), + raw_pdu('A', 'T', '+', 'B', 'R', 'S', 'F', '=', '?', + '\r'), + type_pdu(HFP_GW_CMD_TYPE_TEST, 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