Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp603 bt_interface_t* itf = nullptr; in hal_util_load_bt_library() local
615 itf = (bt_interface_t*)dlsym(handle, sym); in hal_util_load_bt_library()
616 if (!itf) { in hal_util_load_bt_library()
623 *interface = itf; in hal_util_load_bt_library()