Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_security.cpp153 …(void)memcpy_s(&gapCallbackParam.leSignCounterChangeNotification_.addr, sizeof(BtAddr), addr, size… in LeSignCounterChangeNotification()
154 gapCallbackParam.leSignCounterChangeNotification_.type = type; in LeSignCounterChangeNotification()
155 gapCallbackParam.leSignCounterChangeNotification_.counter = counter; in LeSignCounterChangeNotification()
590 RawAddress addr = RawAddress::ConvertToString(param.leSignCounterChangeNotification_.addr.addr); in GapLeSignCounterChangeNotification()
592 if (param.leSignCounterChangeNotification_.type == LOCAL_SIGN_COUNTER) { in GapLeSignCounterChangeNotification()
593 …:GetInstance().SetLocalSignCounter(addr.GetAddress(), param.leSignCounterChangeNotification_.count… in GapLeSignCounterChangeNotification()
595 …::GetInstance().SetPeerSignCounter(addr.GetAddress(), param.leSignCounterChangeNotification_.count… in GapLeSignCounterChangeNotification()
H A Dble_defs.h295 } leSignCounterChangeNotification_; member