Skip to content

Instantly share code, notes, and snippets.

View shiundu's full-sized avatar

Ben Shiundu shiundu

View GitHub Profile
@joinAero
joinAero / BluetoothCallback.java
Last active May 8, 2025 17:56
Android - The bluetooth listener and profile proxy.
package cc.cubone.turbo.core.bluetooth;
/**
* Interface definition for a callback to be invoked when bluetooth state changed.
*/
public interface BluetoothCallback {
/**
* Called when the bluetooth is off.
*/