Home
last modified time | relevance | path

Searched refs:pairResult (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp.c1568 SMP_PairResult pairResult; in SMP_GenPairRetNormal() local
1570 (void)memset_s(&pairResult, sizeof(SMP_PairResult), 0x00, sizeof(pairResult)); in SMP_GenPairRetNormal()
1571 pairResult.pairType = g_smpPairMng.pairType; in SMP_GenPairRetNormal()
1575 pairResult.bondedFlag = SMP_BONDED_FLAG_YES; in SMP_GenPairRetNormal()
1577 pairResult.authFlag = SMP_AUTH_FLAG_YES; in SMP_GenPairRetNormal()
1579 pairResult.authFlag = SMP_AUTH_FLAG_NO; in SMP_GenPairRetNormal()
1581 pairResult.localKeyDist = g_smpPairMng.local.keyDist; in SMP_GenPairRetNormal()
1582 pairResult.peerKeyDist = g_smpPairMng.peer.keyDist; in SMP_GenPairRetNormal()
1583 (void)memcpy_s(pairResult in SMP_GenPairRetNormal()
1608 SMP_PairResult pairResult; SMP_GenPairRetException() local
[all...]

Completed in 3 milliseconds