Home
last modified time | relevance | path

Searched refs:SendCommandToRemoteByHandle (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc406 auto status = link_layer_controller_.SendCommandToRemoteByHandle( in ReadRemoteVersionInformation()
477 auto status = link_layer_controller_.SendCommandToRemoteByHandle( in ReadRemoteExtendedFeatures()
505 auto status = link_layer_controller_.SendCommandToRemoteByHandle( in ReadRemoteSupportedFeatures()
522 auto status = link_layer_controller_.SendCommandToRemoteByHandle(OpCode::READ_CLOCK_OFFSET, in ReadClockOffset()
2525 auto status = link_layer_controller_.SendCommandToRemoteByHandle( in LeReadRemoteFeaturesPage0()
Dlink_layer_controller.h87 ErrorCode SendCommandToRemoteByHandle(OpCode opcode, pdl::packet::slice args, uint16_t handle);
Dlink_layer_controller.cc2101 ErrorCode LinkLayerController::SendCommandToRemoteByHandle(OpCode opcode, pdl::packet::slice args, in SendCommandToRemoteByHandle() function in rootcanal::LinkLayerController