Searched refs:bt_vendor_interface_t (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/hci/include/
H A Dbt_vendor_lib.h346 } bt_vendor_interface_t; typedef in typeref:struct:__anon1156
354 * Vendor library needs to implement the body of bt_vendor_interface_t
359 extern const bt_vendor_interface_t BLUETOOTH_VENDOR_LIB_INTERFACE;
/external/bluetooth/bluedroid/hci/src/
H A Dvendor.c39 static bt_vendor_interface_t *vendor_interface;
71 vendor_interface = (bt_vendor_interface_t *)dlsym(lib_handle, VENDOR_LIBRARY_SYMBOL_NAME);

Completed in 66 milliseconds