Searched refs:SMP_OOB_PRESENT (Results 1 – 3 of 3) sorted by relevance
1137 if (!((oob_flag == SMP_OOB_NONE) || (oob_flag == SMP_OOB_PRESENT))) { in smp_pairing_request_response_parameters_are_valid()1305 if (p_cb->peer_oob_flag == SMP_OOB_PRESENT && in smp_select_legacy_association_model()1306 p_cb->loc_oob_flag == SMP_OOB_PRESENT) in smp_select_legacy_association_model()1343 if (p_cb->peer_oob_flag == SMP_OOB_PRESENT || in smp_select_association_model_secure_connections()1344 p_cb->loc_oob_flag == SMP_OOB_PRESENT) in smp_select_association_model_secure_connections()1583 if (p_cb->peer_oob_flag == SMP_OOB_PRESENT && in smp_request_oob_data()1584 p_cb->loc_oob_flag == SMP_OOB_PRESENT) { in smp_request_oob_data()1587 } else if (p_cb->peer_oob_flag == SMP_OOB_PRESENT) { in smp_request_oob_data()1590 } else if (p_cb->loc_oob_flag == SMP_OOB_PRESENT) { in smp_request_oob_data()
1480 case SMP_OOB_PRESENT: in smp_process_io_response()1936 if (p_cb->peer_oob_flag != SMP_OOB_PRESENT) { in smp_process_secure_connection_oob_data()
183 enum { SMP_OOB_NONE, SMP_OOB_PRESENT, SMP_OOB_UNKNOWN }; enumerator