Searched refs:CreateConnectionCancel (Results 1 – 7 of 7) sorted by relevance
122 void CreateConnectionCancel(CommandView args);
95 ErrorCode CreateConnectionCancel(const Address& addr);
221 SET_SUPPORTED(CREATE_CONNECTION_CANCEL, CreateConnectionCancel); in DualModeController()1795 void DualModeController::CreateConnectionCancel(CommandView command) { in CreateConnectionCancel() function in test_vendor_lib::DualModeController1803 auto status = link_layer_controller_.CreateConnectionCancel(address); in CreateConnectionCancel()
2203 ErrorCode LinkLayerController::CreateConnectionCancel(const Address& addr) { in CreateConnectionCancel() function in test_vendor_lib::LinkLayerController
73 void (*CreateConnectionCancel)(const RawAddress& dest); member
1890 .CreateConnectionCancel = btsnd_hcic_create_conn_cancel, // OCF 0x0408
969 packet CreateConnectionCancel : ConnectionManagementCommand (op_code = CREATE_CONNECTION_CANCEL) {