diff --git a/tools/hci-tester.c b/tools/hci-tester.c
index 4b27038..620832d 100644
--- a/tools/hci-tester.c
+++ b/tools/hci-tester.c
test_command(BT_HCI_CMD_LE_RAND);
}
+static void test_le_read_local_pk(const void *test_data)
+{
+ test_command(BT_HCI_CMD_LE_READ_LOCAL_PK256);
+}
+
static void test_inquiry_complete(const void *data, uint8_t size,
void *user_data)
{
test_le_encrypt);
test_hci_local("LE Rand", NULL, NULL,
test_le_rand);
+ test_hci_local("LE Read Local PK", NULL, NULL,
+ test_le_read_local_pk);
test_hci_local("Inquiry (LIAC)", NULL, NULL, test_inquiry_liac);