Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/bluetooth/hci/hdi_service/implement/
H A Dbluetooth_address.h45 static constexpr const char *GET_BT_MAC_SYMBOL_NAME = "GetConstantMac"; variable
H A Dbluetooth_address.cpp107 GetMacFun getMac = reinterpret_cast<GetMacFun>(dlsym(libMac, GET_BT_MAC_SYMBOL_NAME)); in GetConstantAddress()