Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_tool.h156 void SMP_ConstituteF5Param(uint8_t role, SMP_CryptF5Param *cryptF5Param);
H A Dsmp_sc_accepter.c1069 SMP_ConstituteF5Param(SMP_ROLE_SLAVE, &cryptF5Param); in SMP_ScPairCommonSlaveStep5()
1144 SMP_ConstituteF5Param(SMP_ROLE_SLAVE, &cryptF5Param); in SMP_ScPairCommonSlaveStep8()
H A Dsmp_sc_initiator.c1003 SMP_ConstituteF5Param(SMP_ROLE_MASTER, &cryptF5Param); in SMP_ScPairCommonMasterStep4()
1075 SMP_ConstituteF5Param(SMP_ROLE_MASTER, &cryptF5Param); in SMP_ScPairCommonMasterStep7()
H A Dsmp_tool.c379 void SMP_ConstituteF5Param(uint8_t role, SMP_CryptF5Param *cryptF5Param) in SMP_ConstituteF5Param() function