Merge "BluetoothInputJava: Add broadcast action REPORT" into klp-modular-dev

This commit is contained in:
Mike J. Chen
2014-01-28 20:41:22 +00:00
committed by Android (Google) Code Review

View File

@@ -76,6 +76,12 @@ public final class BluetoothInputDevice implements BluetoothProfile {
public static final String ACTION_PROTOCOL_MODE_CHANGED =
"android.bluetooth.input.profile.action.PROTOCOL_MODE_CHANGED";
/**
* @hide
*/
@SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION)
public static final String ACTION_REPORT =
"android.bluetooth.input.profile.action.REPORT";
/**
* @hide