Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/include/
H A Dlnn_data_cloud_sync.h45 int64_t bleVersion; member
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_data_cloud_sync.c165 cacheInfo->bleVersion = atoll(value); in DBNumInfoSyncToCache()
773 …cacheInfo->wifiVersion, cacheInfo->bleVersion, AnonymizeWrapper(anonyAccountId), cacheInfo->suppor… in PrintSyncNodeInfo()
822 oldInfo->bleVersion = newInfo->bleVersion; in UpdateDevBasicInfoToCache()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/
H A Dlnn_node_info.h168 int64_t bleVersion; member
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_json.c1388 !JSON_AddInt64ToObject(json, BLE_VERSION, info->bleVersion) || in PackCommonEx()
1522 OptInt64(json, BLE_VERSION, &info->bleVersion, 0); in ParseCommonJsonInfo()
1811 !JSON_AddInt64ToObject(json, BLE_VERSION, info->bleVersion) || in PackDeviceInfoBtV1()
1844 OptInt64(json, BLE_VERSION, &info->bleVersion, 0); in UnpackDeviceInfoBtV1()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger.c1484 oldInfo->bleVersion = newInfo->bleVersion; in UpdateDevBasicInfoToDLedger()