summaryrefslogtreecommitdiff
path: root/emulator/le.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2014-12-07 16:43:12 +0100
committerMarcel Holtmann <marcel@holtmann.org>2014-12-07 16:43:12 +0100
commite7013198324f856520a6365871991ecf3512dd13 (patch)
treed7c1bf3422f194e79cb53485f18b3c8b6c85322d /emulator/le.c
parentbe18ab770ca434a7e3712c8bc4b773dcf9f829af (diff)
downloadbluez-e7013198324f856520a6365871991ecf3512dd13.tar.gz
emulator: Enable LE Ping feature for LE only controller
Diffstat (limited to 'emulator/le.c')
-rw-r--r--emulator/le.c2
1 files changed, 1 insertions, 1 deletions
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 */