Searched refs:SMP_OOB_PRESENT (Results 1 – 3 of 3) sorted by relevance
1044 if (!((oob_flag == SMP_OOB_NONE) || (oob_flag == SMP_OOB_PRESENT))) { in smp_pairing_request_response_parameters_are_valid()1212 if (p_cb->peer_oob_flag == SMP_OOB_PRESENT && in smp_select_legacy_association_model()1213 p_cb->loc_oob_flag == SMP_OOB_PRESENT) in smp_select_legacy_association_model()1250 if (p_cb->peer_oob_flag == SMP_OOB_PRESENT || in smp_select_association_model_secure_connections()1251 p_cb->loc_oob_flag == SMP_OOB_PRESENT) in smp_select_association_model_secure_connections()1515 if (p_cb->peer_oob_flag == SMP_OOB_PRESENT && in smp_request_oob_data()1516 p_cb->loc_oob_flag == SMP_OOB_PRESENT) { in smp_request_oob_data()1519 } else if (p_cb->peer_oob_flag == SMP_OOB_PRESENT) { in smp_request_oob_data()1522 } else if (p_cb->loc_oob_flag == SMP_OOB_PRESENT) { in smp_request_oob_data()
1821 if (p_cb->peer_oob_flag != SMP_OOB_PRESENT) { in smp_process_secure_connection_oob_data()
117 enum { SMP_OOB_NONE, SMP_OOB_PRESENT, SMP_OOB_UNKNOWN }; enumerator