Home
last modified time | relevance | path

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

/drivers/peripheral/bluetooth/hci/hdi_service/implement/
H A Dbluetooth_address.h40 static bool GetConstantAddress(char *address, int len);
H A Dbluetooth_address.cpp93 bool BluetoothAddress::GetConstantAddress(char *address, int len) in GetConstantAddress() function in OHOS::HDI::Bluetooth::Hci::BluetoothAddress
96 HDF_LOGE("GetConstantAddress buf error"); in GetConstantAddress()
102 HDF_LOGI("GetConstantAddress no mac lib ready for dlopen"); in GetConstantAddress()
109 HDF_LOGE("GetConstantAddress dlsym error"); in GetConstantAddress()
115 HDF_LOGI("GetConstantAddress ret: %{public}d", ret); in GetConstantAddress()
130 if (!GetConstantAddress(addressStr, ADDRESS_STR_LEN + 1)) { in GetDeviceAddress()

Completed in 1 milliseconds