Searched refs:SMP_PAIR_FAILED_AUTH_REQ (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/ |
H A D | smp.h | 96 #define SMP_PAIR_FAILED_AUTH_REQ 0x03 macro
|
H A D | smp_receive.c | 248 SMP_SendPairingFailed(handle, SMP_PAIR_FAILED_AUTH_REQ, SMP_SendPairingFailedCallback); in SMP_RecvPairReqJudgeException() 313 SMP_GeneratePairResult(handle, SMP_PAIR_STATUS_FAILED, SMP_PAIR_FAILED_AUTH_REQ, SMP_GetPairMng()->alarm); in SMP_RecvPairRspJudgeException() 556 SMP_SendPairingFailed(handle, SMP_PAIR_FAILED_AUTH_REQ, SMP_SendPairingFailedCallback); in SMP_ReceiveSecurityRequest()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/ |
H A D | gap_le_sec.c | 253 ret = SMP_AuthenticationRequestReply(handle, false, SMP_PAIR_FAILED_AUTH_REQ, pairMethod, NULL); in GapLeAuthenticationRequest() 464 SMP_RemotePairResponseReply(handle, false, SMP_PAIR_FAILED_AUTH_REQ); in GapLeRemotePairResponse()
|
Completed in 4 milliseconds