Home
last modified time | relevance | path

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

/drivers/peripheral/bluetooth/hci/hdi_service/implement/
H A Dbluetooth_address.cpp100 void *libMac = dlopen(BT_MAC_LIB, RTLD_LAZY); in GetConstantAddress() local
101 if (libMac == nullptr) { in GetConstantAddress()
107 GetMacFun getMac = reinterpret_cast<GetMacFun>(dlsym(libMac, GET_BT_MAC_SYMBOL_NAME)); in GetConstantAddress()
110 dlclose(libMac); in GetConstantAddress()
116 dlclose(libMac); in GetConstantAddress()

Completed in 1 milliseconds