Home
last modified time | relevance | path

Searched refs:ReadClockOffset (Results 1 – 10 of 10) sorted by relevance

/system/bt/gd/hci/acl_manager/
Dclassic_acl_connection.h45 virtual bool ReadClockOffset();
Dclassic_acl_connection.cc357 bool ClassicAclConnection::ReadClockOffset() { in ReadClockOffset() function in bluetooth::hci::acl_manager::ClassicAclConnection
/system/bt/gd/l2cap/classic/internal/
Dlink.cc103 void Link::ReadClockOffset() { in ReadClockOffset() function in bluetooth::l2cap::classic::internal::Link
104 acl_connection_->ReadClockOffset(); in ReadClockOffset()
Dlink.h87 virtual void ReadClockOffset();
/system/bt/vendor_libs/test_vendor_lib/packets/
Dlink_layer_packets.pdl176 packet ReadClockOffset : LinkLayerPacket (type = READ_CLOCK_OFFSET) {
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Ddual_mode_controller.h164 void ReadClockOffset(CommandPacketView args);
Ddual_mode_controller.cc117 SET_HANDLER(OpCode::READ_CLOCK_OFFSET, ReadClockOffset); in DualModeController()
572 void DualModeController::ReadClockOffset(CommandPacketView command) { in ReadClockOffset() function in test_vendor_lib::DualModeController
/system/bt/gd/hci/facade/
Dacl_manager_facade.cc153 connection->second.connection_->ReadClockOffset(); in ConnectionCommand()
/system/bt/gd/hci/
Dacl_manager_test.cc909 connection_->ReadClockOffset(); in TEST_F()
Dhci_packets.pdl1062 packet ReadClockOffset : ConnectionManagementCommand (op_code = READ_CLOCK_OFFSET) {