Searched refs:SMP_OOB_PRESENT (Results 1 – 3 of 3) sorted by relevance
1079 if (!((oob_flag == SMP_OOB_NONE) || (oob_flag == SMP_OOB_PRESENT))) { in smp_pairing_request_response_parameters_are_valid()1247 if (p_cb->peer_oob_flag == SMP_OOB_PRESENT && in smp_select_legacy_association_model()1248 p_cb->loc_oob_flag == SMP_OOB_PRESENT) in smp_select_legacy_association_model()1285 if (p_cb->peer_oob_flag == SMP_OOB_PRESENT || in smp_select_association_model_secure_connections()1286 p_cb->loc_oob_flag == SMP_OOB_PRESENT) in smp_select_association_model_secure_connections()1535 if (p_cb->peer_oob_flag == SMP_OOB_PRESENT && in smp_request_oob_data()1536 p_cb->loc_oob_flag == SMP_OOB_PRESENT) { in smp_request_oob_data()1539 } else if (p_cb->peer_oob_flag == SMP_OOB_PRESENT) { in smp_request_oob_data()1542 } else if (p_cb->loc_oob_flag == SMP_OOB_PRESENT) { in smp_request_oob_data()
1835 if (p_cb->peer_oob_flag != SMP_OOB_PRESENT) { in smp_process_secure_connection_oob_data()
113 enum { SMP_OOB_NONE, SMP_OOB_PRESENT, SMP_OOB_UNKNOWN }; enumerator