Diff between 96ef1671929abb30ab3ee29752f5f93a7be47c14 and dcd5640ece6604bb0f033890e0835e6ea653a0bf

Changed Files

File Additions Deletions Status
emulator/btdev.c +1 -1 modified

Full Patch

diff --git a/emulator/btdev.c b/emulator/btdev.c
index d88c853..fe41186 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 */