Searched refs:bluetoothLeBroadcastMetadata (Results 1 – 1 of 1) sorted by relevance
690 BluetoothLeBroadcastMetadata bluetoothLeBroadcastMetadata) { in setLatestBluetoothLeBroadcastMetadata() argument691 if (bluetoothLeBroadcastMetadata != null in setLatestBluetoothLeBroadcastMetadata()692 && bluetoothLeBroadcastMetadata.getBroadcastId() == mBroadcastId) { in setLatestBluetoothLeBroadcastMetadata()693 mBluetoothLeBroadcastMetadata = bluetoothLeBroadcastMetadata; in setLatestBluetoothLeBroadcastMetadata()694 updateBroadcastInfoFromBroadcastMetadata(bluetoothLeBroadcastMetadata); in setLatestBluetoothLeBroadcastMetadata()760 BluetoothLeBroadcastMetadata bluetoothLeBroadcastMetadata) { in updateBroadcastInfoFromBroadcastMetadata() argument761 if (bluetoothLeBroadcastMetadata == null) { in updateBroadcastInfoFromBroadcastMetadata()765 setBroadcastName(bluetoothLeBroadcastMetadata.getBroadcastName()); in updateBroadcastInfoFromBroadcastMetadata()766 setBroadcastCode(bluetoothLeBroadcastMetadata.getBroadcastCode()); in updateBroadcastInfoFromBroadcastMetadata()767 setLatestBroadcastId(bluetoothLeBroadcastMetadata.getBroadcastId()); in updateBroadcastInfoFromBroadcastMetadata()[all …]