You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// The Bonding_Flags field is a 2-bit field that indicates the type of bonding being requested by the initiating device
14
+
boolBonding();
15
+
// The MITM field is a 1-bit flag that is set to one if the device is requesting MITM protection
16
+
boolMITM();
17
+
// The SC field is a 1 bit flag. If LE Secure Connections pairing is supported by the device, then the SC field shall be set to 1, otherwise it shall be set to 0.
18
+
boolSC();
19
+
// The keypress field is a 1-bit flag that is used only in the Passkey Entry protocol and shall be ignored in other protocols.
20
+
boolKeyPress();
21
+
// The CT2 field is a 1-bit flag that shall be set to 1 upon transmission to indicate support for the h7 function.
0 commit comments