Searched refs:OnReadClockOffset (Results 1 – 5 of 5) sorted by relevance
74 virtual void OnReadClockOffset(hci::Address remote, uint16_t clock_offset) {} in OnReadClockOffset() function
86 void OnReadClockOffset(hci::Address remote, uint16_t clock_offset);
409 void LinkManager::OnReadClockOffset(hci::Address remote, uint16_t clock_offset) { in OnReadClockOffset() function in bluetooth::l2cap::classic::internal::LinkManager412 link_property_listener_, &LinkPropertyListener::OnReadClockOffset, remote, clock_offset); in OnReadClockOffset()
340 link_manager_->OnReadClockOffset(GetDevice().GetAddress(), clock_offset); in OnReadClockOffsetComplete()
444 void OnReadClockOffset(hci::Address remote, uint16_t clock_offset) override { in OnReadClockOffset() function