Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/common/include/
H A Dsoftbus_utils.h92 int32_t ConvertU64MacToStr(uint64_t u64Mac, char *strMac, uint32_t strMacLen);
/ohos5.0/foundation/communication/dsoftbus/core/common/utils/
H A Dsoftbus_utils.c396 int32_t ConvertU64MacToStr(uint64_t u64Mac, char *strMac, uint32_t strMacLen) in ConvertU64MacToStr() function
/ohos5.0/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_connection.c842 int32_t ret = ConvertU64MacToStr(u64Mac, option.brOption.brMac, BT_MAC_LEN); in ReportConnectExceptionHandler()