From dcd5640ece6604bb0f033890e0835e6ea653a0bf Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Thu, 13 Jun 2013 12:19:00 +0300 Subject: [PATCH] emulator: Fix typo in supported command comment --- emulator/btdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulator/btdev.c b/emulator/btdev.c index d88c853c0..fe411865b 100644 --- a/emulator/btdev.c +++ b/emulator/btdev.c @@ -228,7 +228,7 @@ static void set_bredr_commands(struct btdev *btdev) btdev->commands[6] |= 0x01; /* Set Event Filter */ btdev->commands[6] |= 0x20; /* Read Stored Link Key */ btdev->commands[6] |= 0x40; /* Write Stored Link Key */ - btdev->commands[6] |= 0x80; /* Write Stored Link Key */ + btdev->commands[6] |= 0x80; /* Delete Stored Link Key */ btdev->commands[7] |= 0x01; /* Write Local Name */ btdev->commands[7] |= 0x02; /* Read Local Name */ btdev->commands[7] |= 0x04; /* Read Connection Accept Timeout */ -- 2.47.3