Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp.h321 int SMP_RemoteSecurityRequestReply(uint16_t handle, bool accept, uint8_t rejectReason);
H A Dsmp.c548 int SMP_RemoteSecurityRequestReply(uint16_t handle, bool accept, uint8_t rejectReason) in SMP_RemoteSecurityRequestReply() function
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_sec.c488 … int ret = SMP_RemoteSecurityRequestReply(handle, false, SMP_PAIR_FAILED_UNSPECIFIED_REASION); in GapLeRemoteSecurityRequest()
590 ret = SMP_RemoteSecurityRequestReply(deviceInfo->handle, true, 0x00); in GAP_LeRemoteEncryptionKeyRsp()