Diff between 8496a438f2e89a4bd36feca086e576fb7312957c and de492ac82dc504192a893e570b07fce004195cd3

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 63b3d43..c5c333f 100644
--- a/emulator/btdev.c
+++ b/emulator/btdev.c
@@ -424,6 +424,7 @@ static void set_bredr20_commands(struct btdev *btdev)
 
 static void set_le_50_commands(struct btdev *btdev)
 {
+	btdev->commands[35] |= 0x20;	/* LE Set Default PHY */
 	btdev->commands[36] |= 0x02;	/* LE Set Adv Set Random Address */
 	btdev->commands[36] |= 0x04;	/* LE Set Ext Adv Parameters */
 	btdev->commands[36] |= 0x08;	/* LE Set Ext Adv Data */