Searched refs:SMP_OOB_PRESENT (Results 1 – 3 of 3) sorted by relevance
1090 if (!((oob_flag == SMP_OOB_NONE) || (oob_flag == SMP_OOB_PRESENT))) { in smp_pairing_request_response_parameters_are_valid()1258 if (p_cb->peer_oob_flag == SMP_OOB_PRESENT && in smp_select_legacy_association_model()1259 p_cb->loc_oob_flag == SMP_OOB_PRESENT) in smp_select_legacy_association_model()1296 if (p_cb->peer_oob_flag == SMP_OOB_PRESENT || in smp_select_association_model_secure_connections()1297 p_cb->loc_oob_flag == SMP_OOB_PRESENT) in smp_select_association_model_secure_connections()1528 if (p_cb->peer_oob_flag == SMP_OOB_PRESENT && in smp_request_oob_data()1529 p_cb->loc_oob_flag == SMP_OOB_PRESENT) { in smp_request_oob_data()1532 } else if (p_cb->peer_oob_flag == SMP_OOB_PRESENT) { in smp_request_oob_data()1535 } else if (p_cb->loc_oob_flag == SMP_OOB_PRESENT) { in smp_request_oob_data()
1896 if (p_cb->peer_oob_flag != SMP_OOB_PRESENT) { in smp_process_secure_connection_oob_data()
142 enum { SMP_OOB_NONE, SMP_OOB_PRESENT, SMP_OOB_UNKNOWN }; enumerator