From 0d0fe88ab2689cddd04e10165060615b0fe2c887 Mon Sep 17 00:00:00 2001 From: Mariusz Skamra Date: Wed, 23 Sep 2015 13:36:58 +0200 Subject: [PATCH] emulator: Enable Slave-initiated Features Exchange feature --- emulator/btdev.c | 1 + 1 file changed, 1 insertion(+) diff --git a/emulator/btdev.c b/emulator/btdev.c index a3c73d934..7ff750d48 100644 --- a/emulator/btdev.c +++ b/emulator/btdev.c @@ -567,6 +567,7 @@ static void set_le_features(struct btdev *btdev) btdev->le_features[0] |= 0x01; /* LE Encryption */ btdev->le_features[0] |= 0x02; /* Connection Parameters Request */ + btdev->le_features[0] |= 0x08; /* Slave-initiated Features Exchange */ } static void set_amp_features(struct btdev *btdev) -- 2.47.3