Home
last modified time | relevance | path

Searched refs:peerCurrentAddr (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_central_manager_impl.cpp307 BtAddr peerCurrentAddr; in ExAdvertisingReport() local
309 peerCurrentAddr.type = currentAddr->type; in ExAdvertisingReport()
310 … (void)memcpy_s(peerCurrentAddr.addr, BT_ADDRESS_SIZE, currentAddr->addr, BT_ADDRESS_SIZE); in ExAdvertisingReport()
312 peerCurrentAddr = peerAddr; in ExAdvertisingReport()
322 peerCurrentAddr)); in ExAdvertisingReport()
382 const std::vector<uint8_t> &data, int8_t rssi, const BtAddr &peerCurrentAddr) const in ExAdvertisingReportTask()
401 RawAddress advCurrentAddress(RawAddress::ConvertToString(peerCurrentAddr.addr)); in ExAdvertisingReportTask()
H A Dble_central_manager_impl.h215 const BtAddr &peerCurrentAddr) const;