Home
last modified time | relevance | path

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

/system/bt/hci/src/
Dvendor.c34 static const char *VENDOR_LIBRARY_SYMBOL_NAME = "BLUETOOTH_VENDOR_LIB_INTERFACE"; variable
59 lib_interface = (bt_vendor_interface_t *)dlsym(lib_handle, VENDOR_LIBRARY_SYMBOL_NAME); in vendor_open()
61 …OR(LOG_TAG, "%s unable to find symbol %s in %s: %s", __func__, VENDOR_LIBRARY_SYMBOL_NAME, VENDOR_… in vendor_open()