Home
last modified time | relevance | path

Searched refs:LeCreateConnectionCancel (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/test/controller/le/
Dle_create_connection_cancel_test.cc43 ASSERT_EQ(controller_.LeCreateConnectionCancel(), ErrorCode::SUCCESS); in TEST_F()
53 ASSERT_EQ(controller_.LeCreateConnectionCancel(), ErrorCode::SUCCESS); in TEST_F()
57 ASSERT_EQ(controller_.LeCreateConnectionCancel(), ErrorCode::COMMAND_DISALLOWED); in TEST_F()
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.h415 void LeCreateConnectionCancel(CommandView command);
Dlink_layer_controller.h488 ErrorCode LeCreateConnectionCancel();
Ddual_mode_controller.cc1941 void DualModeController::LeCreateConnectionCancel(CommandView command) { in LeCreateConnectionCancel() function in rootcanal::DualModeController
1947 ErrorCode status = link_layer_controller_.LeCreateConnectionCancel(); in LeCreateConnectionCancel()
4038 &DualModeController::LeCreateConnectionCancel},
Dlink_layer_controller.cc1614 ErrorCode LinkLayerController::LeCreateConnectionCancel() { in LeCreateConnectionCancel() function in rootcanal::LinkLayerController
/packages/modules/Bluetooth/tools/rootcanal/packets/
Dhci_packets.pdl3401 packet LeCreateConnectionCancel : Command (op_code = LE_CREATE_CONNECTION_CANCEL) {
/packages/modules/Bluetooth/system/pdl/hci/
Dhci_packets.pdl3481 packet LeCreateConnectionCancel : LeConnectionManagementCommand (op_code = LE_CREATE_CONNECTION_CAN…