Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp.h66 #define SMP_ERR_INVAL_PARAM BT_BAD_PARAM /// < SMP error code invalid parameter macro
H A Dsmp.c320 ret = SMP_ERR_INVAL_PARAM; in SMP_StartPairTask()
1045 ret = SMP_ERR_INVAL_PARAM; in SMP_EncryptCompleteJudgeException()
1302 ret = SMP_ERR_INVAL_PARAM; in SMP_PairReqReplyJudgeException()
1326 ret = SMP_ERR_INVAL_PARAM; in SMP_PairReqReplyJudgeException()
1440 ret = SMP_ERR_INVAL_PARAM; in SMP_PairRspReplyJudgeException()
1824 return SMP_ERR_INVAL_PARAM; in SMP_ParamIsNULL()
1827 return SMP_ERR_INVAL_PARAM; in SMP_ParamIsNULL()
H A Dsmp_oob.c88 ret = SMP_ERR_INVAL_PARAM; in SMP_GenerateScOobDataStep2()
H A Dsmp_receive.c242 ret = SMP_ERR_INVAL_PARAM; in SMP_RecvPairReqJudgeException()
290 ret = SMP_ERR_INVAL_PARAM; in SMP_RecvPairRspJudgeException()
308 ret = SMP_ERR_INVAL_PARAM; in SMP_RecvPairRspJudgeException()
H A Dsmp_tool.c858 ret = SMP_ERR_INVAL_PARAM; in SMP_CheckRemotePairParam()