Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp.h331 int SMP_LongTermKeyRequestReply(uint16_t handle, bool accept, const uint8_t *key);
H A Dsmp.c579 int SMP_LongTermKeyRequestReply(uint16_t handle, bool accept, const uint8_t *key) in SMP_LongTermKeyRequestReply() function
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_sec.c510 int ret = SMP_LongTermKeyRequestReply(handle, false, NULL); in GapLeLongTermKeyRequest()
633 ret = SMP_LongTermKeyRequestReply(deviceInfo->handle, true, encKey.ltk); in GAP_LeLocalEncryptionKeyRsp()
635 ret = SMP_LongTermKeyRequestReply(deviceInfo->handle, false, NULL); in GAP_LeLocalEncryptionKeyRsp()