Lines Matching defs:JUST_CFM
813 #define JUST_CFM 0x01
821 { JUST_WORKS, JUST_CFM, REQ_PASSKEY, JUST_WORKS, REQ_PASSKEY },
822 { JUST_WORKS, JUST_CFM, REQ_PASSKEY, JUST_WORKS, REQ_PASSKEY },
824 { JUST_WORKS, JUST_CFM, JUST_WORKS, JUST_WORKS, JUST_CFM },
829 { JUST_WORKS, JUST_CFM, REQ_PASSKEY, JUST_WORKS, REQ_PASSKEY },
832 { JUST_WORKS, JUST_CFM, JUST_WORKS, JUST_WORKS, JUST_CFM },
838 /* If either side has unknown io_caps, use JUST_CFM (which gets
843 return JUST_CFM;
868 * request or use just-works for outgoing ones. The JUST_CFM
874 smp->method = JUST_CFM;
879 if (smp->method == JUST_CFM && test_bit(SMP_FLAG_INITIATOR,
884 if (smp->method == JUST_CFM &&
908 if (smp->method != JUST_CFM) {
937 else if (smp->method == JUST_CFM)
1843 if (method == JUST_WORKS || method == JUST_CFM)
2003 if (method == JUST_WORKS || method == JUST_CFM)
2735 if (method == JUST_CFM && test_bit(SMP_FLAG_INITIATOR, &smp->flags))
2818 /* JUST_WORKS and JUST_CFM result in an unauthenticated key */
2819 if (smp->method == JUST_WORKS || smp->method == JUST_CFM)