Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_utils.c1120 UINT8 oob_flag = p_cb->peer_oob_flag; in smp_pairing_request_response_parameters_are_valid()
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()
1447 iocap[1] = p_cb->peer_oob_flag; in smp_collect_peer_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()
1623 } else if (p_cb->peer_oob_flag == SMP_OOB_PRESENT) { in smp_request_oob_data()
Dsmp_act.c572 STREAM_TO_UINT8(p_cb->peer_oob_flag, p); in smp_proc_pair_cmd()
888 STREAM_TO_UINT8(p_cb->peer_oob_flag, p); in smp_br_process_pairing_command()
1907 if (p_cb->peer_oob_flag != SMP_OOB_PRESENT) { in smp_process_secure_connection_oob_data()
Dsmp_keys.c538 UINT8_TO_STREAM(p, p_cb->peer_oob_flag); in smp_concatenate_peer()
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/include/
Dsmp_int.h300 tSMP_OOB_FLAG peer_oob_flag; member