Home
last modified time | relevance | path

Searched refs:loc_oob_flag (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_utils.c424 UINT8_TO_STREAM (p, p_cb->loc_oob_flag); in smp_build_pairing_cmd()
1280 __FUNCTION__, p_cb->peer_oob_flag, p_cb->loc_oob_flag); in smp_select_association_model()
1314 if (p_cb->peer_oob_flag == SMP_OOB_PRESENT && p_cb->loc_oob_flag == SMP_OOB_PRESENT) { in smp_select_legacy_association_model()
1350 if (p_cb->peer_oob_flag == SMP_OOB_PRESENT || p_cb->loc_oob_flag == SMP_OOB_PRESENT) { in smp_select_association_model_secure_connections()
1429 iocap[1] = p_cb->loc_oob_flag; in smp_collect_local_io_capabilities()
1620 if (p_cb->peer_oob_flag == SMP_OOB_PRESENT && p_cb->loc_oob_flag == SMP_OOB_PRESENT) { in smp_request_oob_data()
1626 } else if (p_cb->loc_oob_flag == SMP_OOB_PRESENT) { in smp_request_oob_data()
Dsmp_act.c163 p_cb->loc_oob_flag = cb_data.io_req.oob_data; in smp_send_app_cback()
177 … p_cb->loc_auth_req, p_cb->local_io_capability, p_cb->loc_oob_flag, in smp_send_app_cback()
625 …if (p_cb->selected_association_model == SMP_MODEL_SEC_CONN_OOB && p_cb->loc_oob_flag == SMP_OOB_PR… in smp_proc_pair_cmd()
665 …if (p_cb->selected_association_model == SMP_MODEL_SEC_CONN_OOB && p_cb->loc_oob_flag == SMP_OOB_PR… in smp_proc_pair_cmd()
1463 …if (p_cb->selected_association_model == SMP_MODEL_SEC_CONN_OOB && p_cb->loc_oob_flag == SMP_OOB_PR… in smp_process_io_response()
Dsmp_keys.c518 UINT8_TO_STREAM(p, p_cb->loc_oob_flag); in smp_concatenate_local()
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/include/
Dsmp_int.h301 tSMP_OOB_FLAG loc_oob_flag; member