Searched refs:mBroadcastId (Results 1 – 2 of 2) sorted by relevance
83 private int mBroadcastId = UNKNOWN_VALUE_PLACEHOLDER; field in LocalBluetoothLeBroadcast302 mBroadcastId = broadcastId; in setLatestBroadcastId()306 return mBroadcastId; in getLatestBroadcastId()336 && bluetoothLeBroadcastMetadata.getBroadcastId() == mBroadcastId) { in setLatestBluetoothLeBroadcastMetadata()351 .filter(i -> i.getBroadcastId() == mBroadcastId) in getLatestBluetoothLeBroadcastMetadata()405 stopBroadcast(mBroadcastId); in stopLatestBroadcast()439 mService.updateBroadcast(mBroadcastId, mBluetoothLeAudioContentMetadata); in updateBroadcast()602 mBroadcastId = UNKNOWN_VALUE_PLACEHOLDER; in resetCacheInfo()
51 private int mBroadcastId; field in LocalBluetoothLeBroadcastMetadata79 mBroadcastId = metadata.getBroadcastId(); in LocalBluetoothLeBroadcastMetadata()95 return mBroadcastId; in getBroadcastId()112 .append(METADATA_START).append(mBroadcastId).append(METADATA_END) in convertToQrCodeString()223 mBroadcastId = Integer.parseInt(resultList.get(3)); in convertToBroadcastMetadata()237 .setBroadcastId(mBroadcastId) in convertToBroadcastMetadata()