Home
last modified time | relevance | path

Searched refs:hdiInit (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhdi_wrapper.c40 lib->hdiInit = dlsym(lib->lib, "HdiInit"); in LoadHdiLib()
41 if (lib->hdiInit == NULL) { in LoadHdiLib()
57 (lib->hdiInit == NULL) || in LoadHdiLib()
70 lib->hdiInit = NULL; in UnloadHdiLib()
H A Dhdi_wrapper.h26 HdiInitFunc hdiInit; member
H A Dhci.c125 int ret = g_hdiLib->hdiInit(&g_hdiCallacks); in HciInitHal()
139 LOG_ERROR("hdiInit failed: %{public}d", ret); in HciInitHal()

Completed in 1 milliseconds