Home
last modified time | relevance | path

Searched refs:SMP_NotifyCbResoRpa (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_privacy.c89 SMP_NotifyCbResoRpa(SMP_RESOLVE_RPA_STATUS_FAILED, false, pEncCmdData->address, pEncCmdData->key); in SMP_ResoRpaStep1Exception()
95 SMP_NotifyCbResoRpa(SMP_RESOLVE_RPA_STATUS_SUCCESS, false, pEncCmdData->address, pEncCmdData->key); in SMP_ResoRpaStep1Failed()
101 SMP_NotifyCbResoRpa(SMP_RESOLVE_RPA_STATUS_SUCCESS, true, pEncCmdData->address, pEncCmdData->key); in SMP_ResoRpaStep1Success()
H A Dsmp_common.h45 void SMP_NotifyCbResoRpa(uint8_t status, bool result, const uint8_t *addr, const uint8_t *irk);
H A Dsmp_send.c585 SMP_NotifyCbResoRpa(SMP_RESOLVE_RPA_STATUS_FAILED, false, address, key); in SMP_EncCmdTimeoutResoRpa()
H A Dsmp.c872 SMP_NotifyCbResoRpa(SMP_RESOLVE_RPA_STATUS_FAILED, false, param->addr, param->irk); in SMP_AsyncResoRpaTask()
1807 void SMP_NotifyCbResoRpa(uint8_t status, bool result, const uint8_t *addr, const uint8_t *irk) in SMP_NotifyCbResoRpa() function

Completed in 5 milliseconds