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.cc436 auto status = link_layer_controller_.SendCommandToRemoteByHandle( in ReadRemoteVersionInformation()
514 auto status = link_layer_controller_.SendCommandToRemoteByHandle( in ReadRemoteExtendedFeatures()
545 auto status = link_layer_controller_.SendCommandToRemoteByHandle( in ReadRemoteSupportedFeatures()
562 auto status = link_layer_controller_.SendCommandToRemoteByHandle( in ReadClockOffset()
2748 auto status = link_layer_controller_.SendCommandToRemoteByHandle( in LeReadRemoteFeatures()
Dlink_layer_controller.h92 ErrorCode SendCommandToRemoteByHandle(OpCode opcode, pdl::packet::slice args,
Dlink_layer_controller.cc2203 ErrorCode LinkLayerController::SendCommandToRemoteByHandle( in SendCommandToRemoteByHandle() function in rootcanal::LinkLayerController