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 D | lnn_data_cloud_sync.h | 45 int64_t bleVersion; member
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_data_cloud_sync.c | 165 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 D | lnn_node_info.h | 168 int64_t bleVersion; member
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_session_json.c | 1388 !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 D | lnn_distributed_net_ledger.c | 1484 oldInfo->bleVersion = newInfo->bleVersion; in UpdateDevBasicInfoToDLedger()
|