Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/
H A Dlnn_local_net_ledger.c617 bool btMacInited = (strlen(g_localNetLedger.localInfo.connectInfo.macAddr) != 0); in IsLocalLedgerReady() local
618 if (accountIdInited & deviceNameInited & networkIdInited & btMacInited) { in IsLocalLedgerReady()
623 …NetLedger.localInfo.stateVersion, accountIdInited, deviceNameInited, networkIdInited, btMacInited); in IsLocalLedgerReady()