Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_utils.c303 char btMacStr[BT_MAC_NO_COLON_LEN] = { 0 }; in LnnGenerateBtMacHash()
310 if (ConvertBtMacToStrNoColon(btMacStr, BT_MAC_NO_COLON_LEN, btMacBin, BT_ADDR_LEN)) { in LnnGenerateBtMacHash()
314 char brMacUpper[BT_MAC_NO_COLON_LEN] = { 0 }; in LnnGenerateBtMacHash()
315 if (StringToUpperCase(btMacStr, brMacUpper, BT_MAC_NO_COLON_LEN) != SOFTBUS_OK) { in LnnGenerateBtMacHash()
/foundation/communication/dsoftbus/core/common/include/
H A Dsoftbus_utils.h37 #define BT_MAC_NO_COLON_LEN 13 macro
/foundation/communication/dsoftbus/core/common/utils/
H A Dsoftbus_utils.c330 if (strMac == NULL || strMacLen < BT_MAC_NO_COLON_LEN || binMac == NULL || binMacLen < BT_ADDR_LEN) { in ConvertBtMacToStrNoColon()

Completed in 3 milliseconds