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 D | smp.h | 331 int SMP_LongTermKeyRequestReply(uint16_t handle, bool accept, const uint8_t *key);
|
H A D | smp.c | 579 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 D | gap_le_sec.c | 510 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()
|