Searched refs:isBleP2p (Results 1 – 7 of 7) sorted by relevance
41 bool isBleP2p; member
338 cacheInfo->isBleP2p = true; in DBDataChangeBatchSyncToCacheInternal()340 cacheInfo->isBleP2p = false; in DBDataChangeBatchSyncToCacheInternal()776 …cacheInfo->deviceInfo.osVersion, cacheInfo->isBleP2p, anonyMacAddr, cacheInfo->deviceInfo.deviceTy… in PrintSyncNodeInfo()819 oldInfo->isBleP2p = newInfo->isBleP2p; in UpdateDevBasicInfoToCache()
353 info->isBleP2p = (isSupportBle && isSupportP2p); in LnnInitLocalP2pInfo()
150 bool isBleP2p; // true: this device support connect p2p via ble connection member
124 .isBleP2p = TEST_IS_P2P,
1369 !JSON_AddBoolToObject(json, BLE_P2P, info->isBleP2p) || in PackCommonEx()1539 info->isBleP2p = false; in ParseCommonJsonInfo()1540 (void)JSON_GetBoolFromOject(json, BLE_P2P, &info->isBleP2p); in ParseCommonJsonInfo()
1481 oldInfo->isBleP2p = newInfo->isBleP2p; in UpdateDevBasicInfoToDLedger()