Lines Matching defs:JUST_CFM
812 #define JUST_CFM 0x01
820 { JUST_WORKS, JUST_CFM, REQ_PASSKEY, JUST_WORKS, REQ_PASSKEY },
821 { JUST_WORKS, JUST_CFM, REQ_PASSKEY, JUST_WORKS, REQ_PASSKEY },
823 { JUST_WORKS, JUST_CFM, JUST_WORKS, JUST_WORKS, JUST_CFM },
828 { JUST_WORKS, JUST_CFM, REQ_PASSKEY, JUST_WORKS, REQ_PASSKEY },
831 { JUST_WORKS, JUST_CFM, JUST_WORKS, JUST_WORKS, JUST_CFM },
837 /* If either side has unknown io_caps, use JUST_CFM (which gets
842 return JUST_CFM;
867 * request or use just-works for outgoing ones. The JUST_CFM
873 smp->method = JUST_CFM;
878 if (smp->method == JUST_CFM && test_bit(SMP_FLAG_INITIATOR,
883 if (smp->method == JUST_CFM &&
907 if (smp->method != JUST_CFM) {
936 else if (smp->method == JUST_CFM)
1837 if (method == JUST_WORKS || method == JUST_CFM)
1997 if (method == JUST_WORKS || method == JUST_CFM)
2729 if (method == JUST_CFM && test_bit(SMP_FLAG_INITIATOR, &smp->flags))
2812 /* JUST_WORKS and JUST_CFM result in an unauthenticated key */
2813 if (smp->method == JUST_WORKS || smp->method == JUST_CFM)