Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp.h225 int SMP_GenerateRPA(const uint8_t *irk);
H A Dsmp.c878 int SMP_GenerateRPA(const uint8_t *irk) in SMP_GenerateRPA() function
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap.c1360 ret = SMP_GenerateRPA(localIRK.key); in GAP_LeGenResPriAddrAsync()