We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43ec249 commit c57fe88Copy full SHA for c57fe88
.project
@@ -0,0 +1,11 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<projectDescription>
3
+ <name>mbed-os-example-ble</name>
4
+ <comment></comment>
5
+ <projects>
6
+ </projects>
7
+ <buildSpec>
8
+ </buildSpec>
9
+ <natures>
10
+ </natures>
11
+</projectDescription>
BLE_SM/source/main.cpp
@@ -304,6 +304,8 @@ class SMDevicePeripheral : public SMDevice {
304
* can proceed. Setting it to false will automatically accept
305
* pairing. */
306
_ble.securityManager().setPairingRequestAuthorisation(true);
307
+
308
+ _ble.securityManager().setHintFutureRoleReversal(true);
309
};
310
311
/** This is called by Gap to notify the application we connected,
0 commit comments