Loading android/app/src/com/android/bluetooth/btservice/Config.java +1 −1 Original line number Diff line number Diff line Loading @@ -105,7 +105,7 @@ public class Config { new ProfileConfig(AvrcpControllerService.class, AvrcpControllerService.isEnabled(), (1 << BluetoothProfile.AVRCP_CONTROLLER)), new ProfileConfig(BassClientService.class, BassClientService.isEnabled(), (1 >> BluetoothProfile.LE_AUDIO_BROADCAST_ASSISTANT)), (1 << BluetoothProfile.LE_AUDIO_BROADCAST_ASSISTANT)), new ProfileConfig(BatteryService.class, BatteryService.isEnabled(), (1 << BluetoothProfile.BATTERY)), new ProfileConfig(CsipSetCoordinatorService.class, Loading Loading
android/app/src/com/android/bluetooth/btservice/Config.java +1 −1 Original line number Diff line number Diff line Loading @@ -105,7 +105,7 @@ public class Config { new ProfileConfig(AvrcpControllerService.class, AvrcpControllerService.isEnabled(), (1 << BluetoothProfile.AVRCP_CONTROLLER)), new ProfileConfig(BassClientService.class, BassClientService.isEnabled(), (1 >> BluetoothProfile.LE_AUDIO_BROADCAST_ASSISTANT)), (1 << BluetoothProfile.LE_AUDIO_BROADCAST_ASSISTANT)), new ProfileConfig(BatteryService.class, BatteryService.isEnabled(), (1 << BluetoothProfile.BATTERY)), new ProfileConfig(CsipSetCoordinatorService.class, Loading