diff --git a/emulator/le.c b/emulator/le.c
index 00b6b12..bf1b846 100644
--- a/emulator/le.c
+++ b/emulator/le.c
//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 */