Loading android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/BroadcastScanActivity.java +2 −1 Original line number Diff line number Diff line Loading @@ -112,7 +112,8 @@ public class BroadcastScanActivity extends AppCompatActivity { + broadcastId, Toast.LENGTH_SHORT).show(); metadata = builder.setEncrypted(false).build(); } else { if (code_input_text.getText().length() != 16) { if ((code_input_text.getText().length() > 16) || (code_input_text.getText().length() < 4)) { Toast.makeText(recyclerView.getContext(), "Invalid Broadcast code length", Toast.LENGTH_SHORT).show(); Loading system/bta/Android.bp +1 −1 Original line number Diff line number Diff line Loading @@ -694,7 +694,7 @@ cc_test { } cc_test { name: "bluetooth_test_broadcaster_sm", name: "bluetooth_test_broadcaster_state_machine", test_suites: ["device-tests"], defaults: [ "fluoride_bta_defaults", Loading Loading
android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/BroadcastScanActivity.java +2 −1 Original line number Diff line number Diff line Loading @@ -112,7 +112,8 @@ public class BroadcastScanActivity extends AppCompatActivity { + broadcastId, Toast.LENGTH_SHORT).show(); metadata = builder.setEncrypted(false).build(); } else { if (code_input_text.getText().length() != 16) { if ((code_input_text.getText().length() > 16) || (code_input_text.getText().length() < 4)) { Toast.makeText(recyclerView.getContext(), "Invalid Broadcast code length", Toast.LENGTH_SHORT).show(); Loading
system/bta/Android.bp +1 −1 Original line number Diff line number Diff line Loading @@ -694,7 +694,7 @@ cc_test { } cc_test { name: "bluetooth_test_broadcaster_sm", name: "bluetooth_test_broadcaster_state_machine", test_suites: ["device-tests"], defaults: [ "fluoride_bta_defaults", Loading