Home
last modified time | relevance | path

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

/system/bt/stack/smp/
Dsmp_api.cc422 tSMP_SC_OOB_DATA* p_oob = (tSMP_SC_OOB_DATA*)p_data; in SMP_SecureConnectionOobDataReply() local
423 if (!p_oob) { in SMP_SecureConnectionOobDataReply()
432 __func__, p_cb->req_oob_type, p_oob->loc_oob_data.present, in SMP_SecureConnectionOobDataReply()
433 p_oob->peer_oob_data.present); in SMP_SecureConnectionOobDataReply()
442 if (!p_oob->peer_oob_data.present) data_missing = true; in SMP_SecureConnectionOobDataReply()
445 if (!p_oob->loc_oob_data.present) data_missing = true; in SMP_SecureConnectionOobDataReply()
448 if (!p_oob->loc_oob_data.present || !p_oob->peer_oob_data.present) in SMP_SecureConnectionOobDataReply()
462 p_cb->sc_oob_data = *p_oob; in SMP_SecureConnectionOobDataReply()