Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/include/
H A Dlnn_heartbeat_utils.h87 #define BT_MAC_HASH_LEN 8 macro
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_utils.c300 char hash[BT_MAC_HASH_LEN] = { 0 }; in LnnGenerateBtMacHash()
322 …esToHexString(hashLower, BT_MAC_HASH_STR_LEN, (const uint8_t *)hash, BT_MAC_HASH_LEN) != SOFTBUS_O… in LnnGenerateBtMacHash()