Searched refs:leSignCounterChangeNotification_ (Results 1 – 2 of 2) sorted by relevance
153 …(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()
295 } leSignCounterChangeNotification_; member