Loading CPPLINT.cfg 0 → 100644 +2 −0 Original line number Diff line number Diff line set noparent linelength=100 android/app/src/com/android/bluetooth/bass_client/BassClientService.java +3 −3 Original line number Diff line number Diff line Loading @@ -3097,9 +3097,9 @@ public class BassClientService extends ProfileService { DeviceConfig.getBoolean( DeviceConfig.NAMESPACE_BLUETOOTH, "persist.vendor.service.bt.defNoPAS", true) ? BassConstants.PA_SYNC_PAST_AVAILABLE : BassConstants.PA_SYNC_PAST_NOT_AVAILABLE; false) ? BassConstants.PA_SYNC_PAST_NOT_AVAILABLE : BassConstants.PA_SYNC_PAST_AVAILABLE; message.obj = metadata; stateMachine.sendMessage(message); } else { Loading android/app/src/com/android/bluetooth/opp/BluetoothOppService.java +7 −0 Original line number Diff line number Diff line Loading @@ -118,6 +118,13 @@ public class BluetoothOppService extends ProfileService implements IObexConnecti @Override public void onChange(boolean selfChange) { Log.v(TAG, "ContentObserver received notification"); // Since ContentObserver is created with Handler, onChange() can be called // even after the observer is unregistered. if (Flags.oppIgnoreContentObserverAfterServiceStop() && mObserver != this) { Log.d(TAG, "onChange() called after stop() is called."); return; } updateFromProvider(); } } Loading flags/a2dp.aconfig +10 −0 Original line number Diff line number Diff line Loading @@ -75,3 +75,13 @@ flag { purpose: PURPOSE_BUGFIX } } flag { name: "a2dp_check_lea_iso_channel" namespace: "bluetooth" description: "Prevent A2DP stream from starting when LEA ISO channels are in use" bug: "346475618" metadata { purpose: PURPOSE_BUGFIX } } flags/gap.aconfig +0 −7 Original line number Diff line number Diff line Loading @@ -8,13 +8,6 @@ flag { bug: "308855997" } flag { name: "divide_long_single_gap_data" namespace: "bluetooth" description: "Divide long single gap data if length is longer than HCI data length limit" bug: "310217895" } flag { name: "fix_nonconnectable_scannable_advertisement" namespace: "bluetooth" Loading Loading
CPPLINT.cfg 0 → 100644 +2 −0 Original line number Diff line number Diff line set noparent linelength=100
android/app/src/com/android/bluetooth/bass_client/BassClientService.java +3 −3 Original line number Diff line number Diff line Loading @@ -3097,9 +3097,9 @@ public class BassClientService extends ProfileService { DeviceConfig.getBoolean( DeviceConfig.NAMESPACE_BLUETOOTH, "persist.vendor.service.bt.defNoPAS", true) ? BassConstants.PA_SYNC_PAST_AVAILABLE : BassConstants.PA_SYNC_PAST_NOT_AVAILABLE; false) ? BassConstants.PA_SYNC_PAST_NOT_AVAILABLE : BassConstants.PA_SYNC_PAST_AVAILABLE; message.obj = metadata; stateMachine.sendMessage(message); } else { Loading
android/app/src/com/android/bluetooth/opp/BluetoothOppService.java +7 −0 Original line number Diff line number Diff line Loading @@ -118,6 +118,13 @@ public class BluetoothOppService extends ProfileService implements IObexConnecti @Override public void onChange(boolean selfChange) { Log.v(TAG, "ContentObserver received notification"); // Since ContentObserver is created with Handler, onChange() can be called // even after the observer is unregistered. if (Flags.oppIgnoreContentObserverAfterServiceStop() && mObserver != this) { Log.d(TAG, "onChange() called after stop() is called."); return; } updateFromProvider(); } } Loading
flags/a2dp.aconfig +10 −0 Original line number Diff line number Diff line Loading @@ -75,3 +75,13 @@ flag { purpose: PURPOSE_BUGFIX } } flag { name: "a2dp_check_lea_iso_channel" namespace: "bluetooth" description: "Prevent A2DP stream from starting when LEA ISO channels are in use" bug: "346475618" metadata { purpose: PURPOSE_BUGFIX } }
flags/gap.aconfig +0 −7 Original line number Diff line number Diff line Loading @@ -8,13 +8,6 @@ flag { bug: "308855997" } flag { name: "divide_long_single_gap_data" namespace: "bluetooth" description: "Divide long single gap data if length is longer than HCI data length limit" bug: "310217895" } flag { name: "fix_nonconnectable_scannable_advertisement" namespace: "bluetooth" Loading