Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_core.c125 static const char *BT_JNI_WORKQUEUE_NAME = "bt_jni_workqueue"; variable
437 bt_jni_workqueue_thread = thread_new(BT_JNI_WORKQUEUE_NAME); in btif_init_bluetooth()
439 LOG_ERROR(LOG_TAG, "%s Unable to create thread %s", __func__, BT_JNI_WORKQUEUE_NAME); in btif_init_bluetooth()