Searched refs:newHiSyncId (Results 1 – 2 of 2) sorted by relevance
203 long newHiSyncId = profileProxy.getHiSyncId(cachedDevice.getDevice()); in updateHearingAidsDevices() local205 if (newHiSyncId != BluetoothHearingAid.HI_SYNC_ID_INVALID) { in updateHearingAidsDevices()206 cachedDevice.setHiSyncId(newHiSyncId); in updateHearingAidsDevices()207 syncIdChangedSet.add(newHiSyncId); in updateHearingAidsDevices()
369 long newHiSyncId = getHearingAidProfile().getHiSyncId(cachedDevice.getDevice()); in onReceiveInternal() local371 if (newHiSyncId != BluetoothHearingAid.HI_SYNC_ID_INVALID) { in onReceiveInternal()372 cachedDevice.setHiSyncId(newHiSyncId); in onReceiveInternal()373 mDeviceManager.onHiSyncIdChanged(newHiSyncId); in onReceiveInternal()