mer-hybris / bluebinder

bluebinder is a simple proxy for using android binder based bluetooth through vhci.
11 stars 24 forks source link

bluebinder: simply and fix turn_on_bt/turn_off_bt. #30

Closed krnlyng closed 2 years ago

krnlyng commented 2 years ago

[bluebinder] simply and fix turn_on_bt/turn_off_bt. JB#51155

configure_bt can be called directly here since rfkill_callback already runs with the same PRIORITY_RFKILL_CHANNEL priority as turn_on_bt/turn_off_bt. Also fix a pointer to pointer mistake in the same go.

JamiKettunen commented 2 years ago

Fixes #16.