Diff between be18ab770ca434a7e3712c8bc4b773dcf9f829af and e7013198324f856520a6365871991ecf3512dd13

Changed Files

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

Full Patch

diff --git a/emulator/le.c b/emulator/le.c
index 00b6b12..bf1b846 100644
--- a/emulator/le.c
+++ b/emulator/le.c
@@ -186,7 +186,7 @@ static void reset_defaults(struct bt_le *hci)
 	//hci->le_features[0] |= 0x02;	/* Connection Parameter Request Procedure */
 	//hci->le_features[0] |= 0x04;	/* Extended Reject Indication */
 	//hci->le_features[0] |= 0x08;	/* Slave-initiated Features Exchange */
-	//hci->le_features[0] |= 0x10;	/* LE Ping */
+	hci->le_features[0] |= 0x10;	/* LE Ping */
 	//hci->le_features[0] |= 0x20;	/* LE Data Packet Length Extension */
 	//hci->le_features[0] |= 0x40;	/* LL Privacy */
 	hci->le_features[0] |= 0x80;	/* Extended Scanner Filter Policies */