[PATCHv2 4/8] tester: Add HCI LE Rand command

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx>

Check status only
---
 tools/hci-tester.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/tools/hci-tester.c b/tools/hci-tester.c
index 903921d..4b27038 100644
--- a/tools/hci-tester.c
+++ b/tools/hci-tester.c
@@ -406,6 +406,11 @@ static void test_le_encrypt(const void *test_data)
 
 }
 
+static void test_le_rand(const void *test_data)
+{
+	test_command(BT_HCI_CMD_LE_RAND);
+}
+
 static void test_inquiry_complete(const void *data, uint8_t size,
 							void *user_data)
 {
@@ -726,6 +731,8 @@ int main(int argc, char *argv[])
 				test_le_clear_white_list);
 	test_hci_local("LE Encrypt", NULL, NULL,
 				test_le_encrypt);
+	test_hci_local("LE Rand", NULL, NULL,
+				test_le_rand);
 
 	test_hci_local("Inquiry (LIAC)", NULL, NULL, test_inquiry_liac);
 
-- 
2.1.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




[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux