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