Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp.h85 #define SMP_BONDED_FLAG_YES 0x01 macro
H A Dsmp.c1575 pairResult.bondedFlag = SMP_BONDED_FLAG_YES; in SMP_GenPairRetNormal()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_sec.c407 if (status == SMP_PAIR_STATUS_SUCCESS && result->bondedFlag == SMP_BONDED_FLAG_YES) { in GapLePairResult()