Home
last modified time | relevance | path

Searched defs:currentAddr (Results 1 – 3 of 3) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
Dgap_le_scan.c151 …oid GapCallbackRPAAdvertisingReport(const AdvReportRPAResolveInfo *info, const BtAddr *currentAddr) in GapCallbackRPAAdvertisingReport()
178 …allbackRPAExtendedAdvertisingReport(const AdvReportRPAResolveInfo *info, const BtAddr *currentAddr) in GapCallbackRPAExtendedAdvertisingReport()
208 …allbackRPADirectedAdvertisingReport(const AdvReportRPAResolveInfo *info, const BtAddr *currentAddr) in GapCallbackRPADirectedAdvertisingReport()
232 void GapDoCallbackRPAAdvertisingReport(void *data, const BtAddr *currentAddr) in GapDoCallbackRPAAdvertisingReport()
293 BtAddr currentAddr = info->addr; in GapResolveRPAResult() local
396 BtAddr currentAddr = addr; in GapOnLeAdvertisingReportEventProcessOnce() local
502 BtAddr currentAddr = addr; in GapOnLeExtendedAdvertisingReportEventProcessOnce() local
552 BtAddr currentAddr = addr; in GapOnLeDirectedAdvertisingReportProcessOnce() local
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
Dbtm_le_sec.c35 BtAddr currentAddr; member
523 int BTM_UpdateCurrentRemoteAddress(const BtAddr *pairedAddr, const BtAddr *currentAddr) in BTM_UpdateCurrentRemoteAddress()
549 int BTM_GetCurrentRemoteAddress(const BtAddr *pairedAddr, BtAddr *currentAddr) in BTM_GetCurrentRemoteAddress()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
Dble_central_manager_impl.cpp241 …advType, const BtAddr *peerAddr, GapAdvReportParam reportParam, const BtAddr *currentAddr, void *c… in AdvertisingReport()
275 …uint8_t advType, const BtAddr *addr, GapExAdvReportParam reportParam, const BtAddr *currentAddr, v… in ExAdvertisingReport()
1663 GapDirectedAdvReportParam reportParam, const BtAddr *currentAddr, void *context) in DirectedAdvertisingReport()