Searched refs:bt_vendor_fd (Results 1 – 1 of 1) sorted by relevance
81 static int bt_vendor_fd = -1; variable255 bt_vendor_fd = fd; in bt_vendor_open()257 LOG_INFO(LOG_TAG, "%s returning %d", __func__, bt_vendor_fd); in bt_vendor_open()268 if (bt_vendor_fd != -1) { in bt_vendor_close()269 close(bt_vendor_fd); in bt_vendor_close()270 bt_vendor_fd = -1; in bt_vendor_close()311 int fd = bt_vendor_fd; in bt_vendor_fw_cfg()