Home
last modified time | relevance | path

Searched refs:GetClockOffset (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/bt/vendor_libs/test_vendor_lib/model/devices/
H A Ddevice_properties.h220 uint16_t GetClockOffset() const { in GetClockOffset() function
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/controller/
H A Dlink_layer_controller.cc544 properties_.GetClockOffset())); in IncomingReadClockOffset()
637 properties_.GetClassOfDevice(), properties_.GetClockOffset()); in IncomingInquiryPacket()
645 properties_.GetClassOfDevice(), properties_.GetClockOffset(), in IncomingInquiryPacket()
654 properties_.GetClassOfDevice(), properties_.GetClockOffset(), in IncomingInquiryPacket()
690 responses.back().clock_offset_ = inquiry_response.GetClockOffset(); in IncomingInquiryResponsePacket()
710 responses.back().clock_offset_ = inquiry_response.GetClockOffset(); in IncomingInquiryResponsePacket()
733 raw_builder_ptr->AddOctets2(inquiry_response.GetClockOffset()); in IncomingInquiryResponsePacket()
H A Ddual_mode_controller.cc1782 ? command_view.GetClockOffset() in CreateConnection()
/aosp12/system/bt/main/shim/
H A Dbtm.cc212 view.GetClassOfDevice().data(), view.GetClockOffset(), view.GetRssi(), in OnExtendedInquiryResult()
/aosp12/system/bt/gd/neighbor/
H A Dinquiry.cc230 packet.GetClockOffset(), in OnEvent()
/aosp12/system/bt/gd/hci/acl_manager/
H A Dclassic_impl.h441 uint16_t clock_offset = complete_view.GetClockOffset(); in on_read_clock_offset_complete()
/aosp12/system/bt/gd/hci/
H A Dhci_layer_test.cc709 ASSERT_EQ(clock_offset, view.GetClockOffset()); in TEST_F()