OSDN Git Service

tools/smp-tester: Add Pairing Random PDUs to basic client test case
authorJohan Hedberg <johan.hedberg@intel.com>
Thu, 28 Nov 2013 14:23:23 +0000 (16:23 +0200)
committerJohan Hedberg <johan.hedberg@intel.com>
Thu, 28 Nov 2013 14:36:35 +0000 (16:36 +0200)
tools/smp-tester.c

index d03cfc4..c751391 100644 (file)
@@ -515,6 +515,8 @@ static const struct smp_req_rsp cli_basic_req_1[] = {
                        smp_basic_req_1_rsp, sizeof(smp_basic_req_1_rsp) },
        { smp_confirm_req_1, sizeof(smp_confirm_req_1),
                        smp_confirm_req_1, sizeof(smp_confirm_req_1) },
+       { smp_random_req_1, sizeof(smp_random_req_1),
+                       smp_random_req_1, sizeof(smp_random_req_1) },
 };
 
 static const struct smp_client_data smp_client_basic_req_1_test = {