Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dlink_layer_controller.h83 ErrorCode SendCommandToRemoteByAddress(OpCode opcode, pdl::packet::slice args,
Dlink_layer_controller.cc2064 ErrorCode LinkLayerController::SendCommandToRemoteByAddress(OpCode opcode, pdl::packet::slice args, in SendCommandToRemoteByAddress() function in rootcanal::LinkLayerController
2112 return SendCommandToRemoteByAddress(opcode, args, in SendCommandToRemoteByHandle()
Ddual_mode_controller.cc1679 auto status = link_layer_controller_.SendCommandToRemoteByAddress( in RemoteNameRequest()