Searched refs:updateLeAudioDeviceList (Results 1 – 2 of 2) sorted by relevance
736 if (devices != null) recyclerViewAdapter.updateLeAudioDeviceList(devices); in setupViewModelObservers()742 recyclerViewAdapter.updateLeAudioDeviceList(bluetoothDevices); in setupViewModelObservers()
1002 public void updateLeAudioDeviceList(@Nullable List<LeAudioDeviceStateWrapper> devices) { in updateLeAudioDeviceList() method in LeAudioRecycleViewAdapter