HomeSort by relevance Sort by last modified time
    Searched full:lib_interface (Results 1 - 1 of 1) sorted by null

  /system/bt/hci/src/
vendor.c 42 static bt_vendor_interface_t *lib_interface; variable
59 lib_interface = (bt_vendor_interface_t *)dlsym(lib_handle, VENDOR_LIBRARY_SYMBOL_NAME);
60 if (!lib_interface) {
67 int status = lib_interface->init(&lib_callbacks, (unsigned char *)local_bdaddr);
76 lib_interface = NULL;
84 if (lib_interface)
85 lib_interface->cleanup();
90 lib_interface = NULL;
95 assert(lib_interface != NULL);
96 return lib_interface->op((bt_vendor_opcode_t)opcode, param)
    [all...]

Completed in 111 milliseconds