Home
last modified time | relevance | path

Searched refs:CreateConnectionCancel (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.h134 void CreateConnectionCancel(CommandView command);
Dlink_layer_controller.h122 ErrorCode CreateConnectionCancel(const Address& bd_addr);
Ddual_mode_controller.cc2177 void DualModeController::CreateConnectionCancel(CommandView command) { in CreateConnectionCancel() function in rootcanal::DualModeController
2186 auto status = link_layer_controller_.CreateConnectionCancel(address); in CreateConnectionCancel()
4155 &DualModeController::CreateConnectionCancel},
Dlink_layer_controller.cc5469 ErrorCode LinkLayerController::CreateConnectionCancel(const Address& bd_addr) { in CreateConnectionCancel() function in rootcanal::LinkLayerController
/packages/modules/Bluetooth/tools/rootcanal/packets/
Dhci_packets.pdl1021 packet CreateConnectionCancel : Command (op_code = CREATE_CONNECTION_CANCEL) {
/packages/modules/Bluetooth/system/pdl/hci/
Dhci_packets.pdl1159 packet CreateConnectionCancel : ConnectionManagementCommand (op_code = CREATE_CONNECTION_CANCEL) {