Loading core/java/android/bluetooth/BluetoothDevicePicker.java +8 −0 Original line number Diff line number Diff line Loading @@ -43,6 +43,14 @@ public interface BluetoothDevicePicker { public static final String ACTION_DEVICE_SELECTED = "android.bluetooth.devicepicker.action.DEVICE_SELECTED"; /** * Broadcast when no BT device is selected from BT device picker screen. * This happens when user presses back button. */ @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION) public static final String ACTION_DEVICE_NOT_SELECTED = "org.codeaurora.bluetooth.devicepicker.action.DEVICE_NOT_SELECTED"; /** * Broadcast when someone want to select one BT device from devices list. * This intent contains below extra data: Loading Loading
core/java/android/bluetooth/BluetoothDevicePicker.java +8 −0 Original line number Diff line number Diff line Loading @@ -43,6 +43,14 @@ public interface BluetoothDevicePicker { public static final String ACTION_DEVICE_SELECTED = "android.bluetooth.devicepicker.action.DEVICE_SELECTED"; /** * Broadcast when no BT device is selected from BT device picker screen. * This happens when user presses back button. */ @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION) public static final String ACTION_DEVICE_NOT_SELECTED = "org.codeaurora.bluetooth.devicepicker.action.DEVICE_NOT_SELECTED"; /** * Broadcast when someone want to select one BT device from devices list. * This intent contains below extra data: Loading