From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> Indicate btdev support for LE Generate DHKey and LE Read Local P-256 Public Key. --- emulator/btdev.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/emulator/btdev.c b/emulator/btdev.c index d9e38b5..7151e89 100644 --- a/emulator/btdev.c +++ b/emulator/btdev.c @@ -430,6 +430,10 @@ static void set_le_commands(struct btdev *btdev) btdev->commands[28] |= 0x10; /* LE Receiver Test */ btdev->commands[28] |= 0x20; /* LE Transmitter Test */ btdev->commands[28] |= 0x40; /* LE Test End */ + + /* Extra LE commands for >= 4.2 adapters */ + btdev->commands[34] |= 0x02; /* LE Read Local P-256 Public Key */ + btdev->commands[34] |= 0x04; /* LE Generate DHKey */ } static void set_bredrle_commands(struct btdev *btdev) -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html