Home
last modified time | relevance | path

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

/system/bt/vendor_libs/linux/
Dbt_vendor_linux.c81 static int bt_vendor_fd = -1; variable
255 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()