Searched refs:BtOpcodeT (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/drivers/peripheral/bluetooth/hci/hdi_service/implement/ |
H A D | vendor_interface.cpp | 60 int channelCount = vendorInterface_->op(BtOpcodeT::BT_OP_HCI_CHANNEL_OPEN, channel); in WatchHciChannel() 121 result = vendorInterface_->op(BtOpcodeT::BT_OP_POWER_ON, nullptr); in Initialize() 140 vendorInterface_->op(BtOpcodeT::BT_OP_INIT, nullptr); in Initialize() 156 vendorInterface_->op(BtOpcodeT::BT_OP_LPM_DISABLE, nullptr); in CleanUp() 157 vendorInterface_->op(BtOpcodeT::BT_OP_HCI_CHANNEL_CLOSE, nullptr); in CleanUp() 158 vendorInterface_->op(BtOpcodeT::BT_OP_POWER_OFF, nullptr); in CleanUp() 180 vendorInterface_->op(BtOpcodeT::BT_OP_WAKEUP_LOCK, nullptr); in SendPacket() 206 VendorInterface::GetInstance()->vendorInterface_->op(BtOpcodeT::BT_OP_LPM_ENABLE, nullptr); in OnInitCallback() 250 vendorInterface_->op(BtOpcodeT::BT_OP_EVENT_CALLBACK, buff); in OnEventReceived() 266 vendorInterface_->op(BtOpcodeT::BT_OP_EVENT_CALLBACK, buff); in OnEventReceived() [all …]
|
H A D | ohos_bt_vendor_lib.h | 107 } BtOpcodeT; typedef 172 int (*op)(BtOpcodeT opcode, void* param);
|