Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_api.c467 tSMP_SC_OOB_DATA *p_oob = (tSMP_SC_OOB_DATA *) p_data; in SMP_SecureConnectionOobDataReply() local
468 if (!p_oob) { in SMP_SecureConnectionOobDataReply()
475 memcpy(&p_oob->loc_oob_data, smp_get_local_oob_data(), sizeof(tSMP_LOC_OOB_DATA)); in SMP_SecureConnectionOobDataReply()
479 __FUNCTION__, p_cb->req_oob_type, p_oob->loc_oob_data.present, in SMP_SecureConnectionOobDataReply()
480 p_oob->peer_oob_data.present); in SMP_SecureConnectionOobDataReply()
489 if (!p_oob->peer_oob_data.present) { in SMP_SecureConnectionOobDataReply()
494 if (!p_oob->loc_oob_data.present) { in SMP_SecureConnectionOobDataReply()
499 if (!p_oob->loc_oob_data.present || !p_oob->peer_oob_data.present) { in SMP_SecureConnectionOobDataReply()
515 p_cb->sc_oob_data = *p_oob; in SMP_SecureConnectionOobDataReply()