Searched refs:vendorInterface_ (Results 1 – 4 of 4) sorted by relevance
55 int channelCount = vendorInterface_->op(BtOpcodeT::BT_OP_HCI_CHANNEL_OPEN, channel); in WatchHciChannel()96 vendorInterface_ = in Initialize()98 if (vendorInterface_ == nullptr) { in Initialize()109 int result = vendorInterface_->init(&vendorCallbacks_, address.data()); in Initialize()115 result = vendorInterface_->op(BtOpcodeT::BT_OP_POWER_ON, nullptr); in Initialize()130 vendorInterface_->op(BtOpcodeT::BT_OP_INIT, nullptr); in Initialize()137 if (vendorInterface_ == nullptr) { in CleanUp()144 vendorInterface_->op(BtOpcodeT::BT_OP_LPM_DISABLE, nullptr); in CleanUp()145 vendorInterface_->op(BtOpcodeT::BT_OP_HCI_CHANNEL_CLOSE, nullptr); in CleanUp()146 vendorInterface_->op(BtOpcodeT::BT_OP_POWER_OFF, nullptr); in CleanUp()[all …]
62 BtVendorInterfaceT *vendorInterface_ = nullptr; variable
78 vendorInterface_ = gnssDevice->get_gnss_interface(); in Init()79 if (vendorInterface_ == nullptr) { in Init()87 if (vendorInterface_ == nullptr) { in GetGnssVendorInterface()90 return vendorInterface_; in GetGnssVendorInterface()109 if (vendorInterface_ == nullptr) { in CleanUp()112 vendorInterface_ = nullptr; in CleanUp()
41 const GnssVendorInterface *vendorInterface_ = nullptr; variable