Searched refs:BtOpcodeT (Results 1 - 2 of 2) sorted by relevance
/drivers/peripheral/bluetooth/hci/hdi_service/implement/ |
H A D | vendor_interface.cpp | 61 int channelCount = vendorInterface_->op(BtOpcodeT::BT_OP_HCI_CHANNEL_OPEN, channel);
in WatchHciChannel() 126 result = vendorInterface_->op(BtOpcodeT::BT_OP_POWER_ON, nullptr);
in Initialize() 147 vendorInterface_->op(BtOpcodeT::BT_OP_INIT, nullptr);
in Initialize() 164 vendorInterface_->op(BtOpcodeT::BT_OP_LPM_DISABLE, nullptr);
in CleanUp() 165 vendorInterface_->op(BtOpcodeT::BT_OP_HCI_CHANNEL_CLOSE, nullptr);
in CleanUp() 166 vendorInterface_->op(BtOpcodeT::BT_OP_POWER_OFF, nullptr);
in CleanUp() 188 vendorInterface_->op(BtOpcodeT::BT_OP_WAKEUP_LOCK, nullptr);
in SendPacket() 209 if (VendorInterface::GetInstance()->vendorInterface_->op(BtOpcodeT::BT_OP_GET_LPM_TIMER, &lpmTimer) != 0) {
in OnInitCallback() 214 VendorInterface::GetInstance()->vendorInterface_->op(BtOpcodeT::BT_OP_LPM_ENABLE, nullptr);
in OnInitCallback() 258 vendorInterface_->op(BtOpcodeT in OnEventReceived() [all...] |
H A D | ohos_bt_vendor_lib.h | 107 } BtOpcodeT;
typedef 172 int (*op)(BtOpcodeT opcode, void* param);
|
Completed in 1 milliseconds