Diff between a176ce6ce7b450a4db5a29c6cad8385e6b943769 and 1c3b4eabd03305791aa5737f79979dc0a2e57028

Changed Files

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

Full Patch

diff --git a/emulator/btdev.c b/emulator/btdev.c
index 5fceace..4eed55f 100644
--- a/emulator/btdev.c
+++ b/emulator/btdev.c
@@ -279,6 +279,7 @@ static void set_bredr_commands(struct btdev *btdev)
 	btdev->commands[1]  |= 0x02;	/* Reject Connection Request */
 	btdev->commands[1]  |= 0x04;	/* Link Key Request Reply */
 	btdev->commands[1]  |= 0x08;	/* Link Key Request Negative Reply */
+	btdev->commands[1]  |= 0x10;	/* PIN Code Request Reply */
 	btdev->commands[1]  |= 0x20;	/* PIN Code Request Negative Reply */
 	btdev->commands[1]  |= 0x80;	/* Authentication Requested */
 	btdev->commands[2]  |= 0x08;	/* Remote Name Request */