Searched refs:SendCommandToRemoteByHandle (Results 1 – 3 of 3) sorted by relevance
406 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()
87 ErrorCode SendCommandToRemoteByHandle(OpCode opcode, pdl::packet::slice args, uint16_t handle);
2101 ErrorCode LinkLayerController::SendCommandToRemoteByHandle(OpCode opcode, pdl::packet::slice args, in SendCommandToRemoteByHandle() function in rootcanal::LinkLayerController