Home
last modified time | relevance | path

Searched refs:SMP_OOB_PRESENT (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/smp/
Dsmp_utils.c1132 if (!((oob_flag == SMP_OOB_NONE) || (oob_flag == SMP_OOB_PRESENT))) { in smp_pairing_request_response_parameters_are_valid()
1313 if (p_cb->peer_oob_flag == SMP_OOB_PRESENT && p_cb->loc_oob_flag == SMP_OOB_PRESENT) { in smp_select_legacy_association_model()
1349 if (p_cb->peer_oob_flag == SMP_OOB_PRESENT || p_cb->loc_oob_flag == SMP_OOB_PRESENT) { in smp_select_association_model_secure_connections()
1619 if (p_cb->peer_oob_flag == SMP_OOB_PRESENT && p_cb->loc_oob_flag == SMP_OOB_PRESENT) { in smp_request_oob_data()
1622 } else if (p_cb->peer_oob_flag == SMP_OOB_PRESENT) { in smp_request_oob_data()
1625 } else if (p_cb->loc_oob_flag == SMP_OOB_PRESENT) { in smp_request_oob_data()
Dsmp_act.c1908 if (p_cb->peer_oob_flag != SMP_OOB_PRESENT) { in smp_process_secure_connection_oob_data()
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/include/stack/
Dsmp_api.h126 SMP_OOB_PRESENT, enumerator