Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp.h217 int SMP_AsyncResolveRPA(const uint8_t *addr, const uint8_t *irk);
H A Dsmp.c832 int SMP_AsyncResolveRPA(const uint8_t *addr, const uint8_t *irk) in SMP_AsyncResolveRPA() function
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_scan.c274 ret = SMP_AsyncResolveRPA(addrPtr, keyPtr); in GapRPAResolveProcess()