Searched refs:localBtManager (Results 1 – 4 of 4) sorted by relevance
80 @Nullable LocalBluetoothManager localBtManager) { in fetchConnectedDevicesByGroupId()82 if (localBtManager == null) { in fetchConnectedDevicesByGroupId()87 localBtManager.getProfileManager().getLeAudioBroadcastAssistantProfile(); in fetchConnectedDevicesByGroupId()95 CachedBluetoothDeviceManager cacheManager = localBtManager.getCachedDeviceManager(); in fetchConnectedDevicesByGroupId()134 @Nullable LocalBluetoothManager localBtManager, in buildOrderedConnectedLeadDevices()145 && !BluetoothUtils.hasConnectedBroadcastSource(leadDevice, localBtManager)) { in buildOrderedConnectedLeadDevices()218 @Nullable LocalBluetoothManager localBtManager, in buildOrderedConnectedLeadAudioSharingDeviceItem()222 localBtManager, groupedConnectedDevices, filterByInSharing) in buildOrderedConnectedLeadAudioSharingDeviceItem()265 List<BluetoothDevice> sinks, @Nullable LocalBluetoothManager localBtManager) { in addSourceToTargetSinks() argument266 if (localBtManager == null) { in addSourceToTargetSinks()[all …]
64 final LocalBluetoothManager localBtManager = mLoadBtManagerHandler.getLocalBtManager(); in onSlicePinned() local65 if (localBtManager == null) { in onSlicePinned()68 localBtManager.getEventManager().registerCallback(this); in onSlicePinned()73 final LocalBluetoothManager localBtManager = mLoadBtManagerHandler.getLocalBtManager(); in onSliceUnpinned() local74 if (localBtManager == null) { in onSliceUnpinned()77 localBtManager.getEventManager().unregisterCallback(this); in onSliceUnpinned()
185 final LocalBluetoothManager localBtManager = BluetoothUpdateWorker.getLocalBtManager(); in getPairedBluetoothDevices() local186 if (localBtManager == null) { in getPairedBluetoothDevices()192 localBtManager.getCachedDeviceManager().getCachedDevicesCopy(); in getPairedBluetoothDevices()
226 CachedBluetoothDevice cachedDevice, LocalBluetoothManager localBtManager) { in hasConnectedBroadcastSource() argument227 if (localBtManager == null) { in hasConnectedBroadcastSource()232 localBtManager.getProfileManager().getLeAudioBroadcastAssistantProfile(); in hasConnectedBroadcastSource()