Skip to content

Conversation

@expliyh
Copy link
Contributor

@expliyh expliyh commented Dec 23, 2025

Android test suit update

@expliyh expliyh requested a review from hyson710 as a code owner December 23, 2025 03:00
Copy link
Contributor

@gzh-terry gzh-terry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update the reasons for each commit.

chengkai15
chengkai15 previously approved these changes Dec 23, 2025
@liujinye-sys liujinye-sys reopened this Dec 24, 2025
@expliyh expliyh force-pushed the ts-a-comp branch 2 times, most recently from 72722c2 to cb33069 Compare December 25, 2025 08:27
// Unregister Server #1
Button buttonUnregister_1 = findViewById(R.id.button_spp_server_unregister_1);
buttonUnregister_1.setOnClickListener(new View.OnClickListener() {
@RequiresPermission(Manifest.permission.BLUETOOTH_ADVERTISE)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why it requires BLUETOOTH_CONNECT on register, but requires BLUETOOTH_ADVERTISE on unregister?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inherits from btSock_1.unregister();

}

private final ScanCallback scanCallback = new ScanCallback() {
@RequiresPermission(Manifest.permission.BLUETOOTH_CONNECT)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be a BLUETOOTH_SCAN?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inherits from result.getDevice().getName();

private EditText etFilter;
private BredrInquiryAdapter bredrInquiryAdapter;

@RequiresPermission(Manifest.permission.BLUETOOTH_SCAN)
Copy link
Contributor

@gzh-terry gzh-terry Dec 25, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does "Inquiry" belongs to BLUETOOTH_SCAN?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inherits from initView();

expliyh and others added 7 commits January 8, 2026 11:17
bug: v/81613

Update dependency versions to support compose

Signed-off-by: YuhengLi <[email protected]>
bug: v/81613

Based on the file structure, the correct namespace should be com.openvela.bluetooth.

Signed-off-by: YuhengLi <[email protected]>
bug: v/81613

Rootcause: necessaryBluetoothPermissioins was misspelled as necessaryBluetoothPermissions.

Signed-off-by: Yuheng Li <[email protected]>
bug: v/81613

Add Kotlin support to improve development speed.

Signed-off-by: Yuheng Li <[email protected]>
bug: v/81613

Add Compose support to speed up future feature development and reduce the error rate.

Signed-off-by: Yuheng Li <[email protected]>
bug: v/81613

some dependency versions not match required

Signed-off-by: Yuheng Li <[email protected]>
bug: v/81613

some permissions not checked before use

Signed-off-by: Yuheng Li <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants