Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp.c210 return SMP_ERR_OUT_OF_RES; in SMP_RegisterCallback()
293 return SMP_ERR_OUT_OF_RES; in SMP_StartPair()
354 return SMP_ERR_OUT_OF_RES; in SMP_CancelPair()
393 return SMP_ERR_OUT_OF_RES; in SMP_AuthenticationRequestReply()
448 return SMP_ERR_OUT_OF_RES; in SMP_RemotePairRequestReply()
511 return SMP_ERR_OUT_OF_RES; in SMP_RemotePairResponseReply()
554 return SMP_ERR_OUT_OF_RES; in SMP_RemoteSecurityRequestReply()
585 return SMP_ERR_OUT_OF_RES; in SMP_LongTermKeyRequestReply()
656 return SMP_ERR_OUT_OF_RES; in SMP_StartEncryption()
732 return SMP_ERR_OUT_OF_RES; in SMP_SendSecurityRequestToRemote()
[all …]
H A Dsmp.h69 #define SMP_ERR_OUT_OF_RES BT_NO_MEMORY /// < SMP error code out of resource macro
H A Dsmp_send.c186 return SMP_ERR_OUT_OF_RES; in SMP_SendLeEncryptCmd()
634 return SMP_ERR_OUT_OF_RES; in SMP_Aes128Software()
H A Dsmp_tool.c590 return SMP_ERR_OUT_OF_RES; in SMP_CryptographicAesCmacStep3()