Home
last modified time | relevance | path

Searched refs:lib_interface_ (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/bluetooth/1.0/default/
Dvendor_interface.cc200 lib_interface_ = reinterpret_cast<bt_vendor_interface_t*>( in Open()
202 if (!lib_interface_) { in Open()
214 int status = lib_interface_->init(&lib_callbacks, (unsigned char*)local_bda); in Open()
225 lib_interface_->op(BT_VND_OP_POWER_CTRL, &power_state); in Open()
230 int fd_count = lib_interface_->op(BT_VND_OP_USERIAL_OPEN, &fd_list); in Open()
270 lib_interface_->op(BT_VND_OP_FW_CFG, nullptr); in Open()
278 if (lib_interface_ != nullptr) { in Close()
280 lib_interface_->op(BT_VND_OP_LPM_SET_MODE, &mode); in Close()
290 if (lib_interface_ != nullptr) { in Close()
291 lib_interface_->op(BT_VND_OP_USERIAL_CLOSE, nullptr); in Close()
[all …]
Dvendor_interface.h62 bt_vendor_interface_t* lib_interface_ = nullptr; variable