From e7013198324f856520a6365871991ecf3512dd13 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 7 Dec 2014 16:43:12 +0100 Subject: [PATCH] emulator: Enable LE Ping feature for LE only controller --- emulator/le.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulator/le.c b/emulator/le.c index 00b6b12d4..bf1b846fb 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 */ -- 2.47.3