Home
last modified time | relevance | path

Searched refs:vendorSentOpcode_ (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/bluetooth/hci/hdi_service/implement/
H A Dvendor_interface.cpp241 VendorInterface::GetInstance()->vendorSentOpcode_ = opcode; in OnCmdXmitCallback()
261 } else if (vendorSentOpcode_ != 0 && data[0] == Hci::HCI_EVENT_CODE_COMMAND_COMPLETE) { in OnEventReceived()
264 if (opcode == vendorSentOpcode_) { in OnEventReceived()
272 vendorSentOpcode_ = 0; in OnEventReceived()
H A Dvendor_interface.h66 uint16_t vendorSentOpcode_ = 0; member in OHOS::HDI::Bluetooth::Hci::V1_0::VendorInterface

Completed in 2 milliseconds