Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/common/include/
H A Dsoftbus_utils.h88 int32_t ConvertReverseBtMacToStr(char *strMac, uint32_t strMacLen, const uint8_t *binMac, uint32_t …
/ohos5.0/foundation/communication/dsoftbus/core/adapter/bus_center/src/
H A Dbus_center_adapter.c85 ret = ConvertReverseBtMacToStr(macStr, len, mac.addr, sizeof(mac.addr)); in SoftBusGetBleMacAddr()
/ohos5.0/foundation/communication/dsoftbus/core/common/utils/
H A Dsoftbus_utils.c361 int32_t ConvertReverseBtMacToStr(char *strMac, uint32_t strMacLen, const uint8_t *binMac, uint32_t … in ConvertReverseBtMacToStr() function