Diff between 8d6646fccc059942d1d8aa89e69a184bfb613034 and 953541817f531f486d50cf16c0afe0a6b187ac7b

Changed Files

File Additions Deletions Status
emulator/le.c +2 -2 modified

Full Patch

diff --git a/emulator/le.c b/emulator/le.c
index 132b190..33abbd3 100644
--- a/emulator/le.c
+++ b/emulator/le.c
@@ -360,8 +360,8 @@ static void reset_defaults(struct bt_le *hci)
 	//hci->le_features[1] |= 0x10;	/* LE Extended Advertising */
 	//hci->le_features[1] |= 0x20;	/* LE Periodic Advertising */
 	hci->le_features[1] |= 0x40;	/* Channel Selection Algorithm #2 */
-	//hci->le_features[1] |= 0x80;	/* LE Power Class 1 */
-	//hci->le_features[2] |= 0x01;	/* Minimum Number of Used Channels Procedure */
+	hci->le_features[1] |= 0x80;	/* LE Power Class 1 */
+	hci->le_features[2] |= 0x01;	/* Minimum Number of Used Channels Procedure */
 
 	memset(hci->le_random_addr, 0, sizeof(hci->le_random_addr));