Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_privacy.h32 void SMP_GetLocalIrk(uint8_t *irk, uint8_t size);
H A Dsmp_privacy.c115 void SMP_GetLocalIrk(uint8_t *irk, uint8_t size) in SMP_GetLocalIrk() function
H A Dsmp_send.c124 SMP_GetLocalIrk(SMP_GetPairMng()->local.IRK, sizeof(SMP_GetPairMng()->local.IRK)); in SMP_SendDistKeysToRemoteIdKey()