Home
last modified time | relevance | path

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

/aosp12/system/bt/vendor_libs/test_vendor_lib/model/controller/
H A Ddual_mode_controller.h122 void CreateConnectionCancel(CommandView args);
H A Dlink_layer_controller.h95 ErrorCode CreateConnectionCancel(const Address& addr);
H A Ddual_mode_controller.cc221 SET_SUPPORTED(CREATE_CONNECTION_CANCEL, CreateConnectionCancel); in DualModeController()
1795 void DualModeController::CreateConnectionCancel(CommandView command) { in CreateConnectionCancel() function in test_vendor_lib::DualModeController
1803 auto status = link_layer_controller_.CreateConnectionCancel(address); in CreateConnectionCancel()
H A Dlink_layer_controller.cc2203 ErrorCode LinkLayerController::CreateConnectionCancel(const Address& addr) { in CreateConnectionCancel() function in test_vendor_lib::LinkLayerController
/aosp12/system/bt/stack/include/
H A Dhcimsgs.h73 void (*CreateConnectionCancel)(const RawAddress& dest); member
/aosp12/system/bt/stack/hcic/
H A Dhcicmds.cc1890 .CreateConnectionCancel = btsnd_hcic_create_conn_cancel, // OCF 0x0408
/aosp12/system/bt/gd/hci/
H A Dhci_packets.pdl969 packet CreateConnectionCancel : ConnectionManagementCommand (op_code = CREATE_CONNECTION_CANCEL) {