Home | History | Annotate | Download | only in bluetooth

Lines Matching defs:STATE_OFF

142      * {@link #STATE_OFF},
152 * {@link #STATE_OFF},
161 @IntDef({STATE_OFF, STATE_TURNING_ON, STATE_ON, STATE_TURNING_OFF, STATE_BLE_TURNING_ON,
169 public static final int STATE_OFF = 10;
210 case STATE_OFF: return "OFF";
737 * to STATE_OFF and completely shut-down Bluetooth
750 * #STATE_OFF} based on the existance of the further Always BLE ON enabled applications
797 * LE is available, or will transition from {@link #STATE_OFF} to {@link #STATE_BLE_TURNING_ON},
798 * and some time later transition to either {@link #STATE_OFF} or {@link #STATE_BLE_ON}.
834 * {@link #STATE_OFF},
844 int state = BluetoothAdapter.STATE_OFF;
862 state = BluetoothAdapter.STATE_OFF;
873 * {@link #STATE_OFF},
887 int state = BluetoothAdapter.STATE_OFF;
930 * #STATE_OFF} to {@link #STATE_TURNING_ON}, and some time
931 * later transition to either {@link #STATE_OFF} or {@link
965 * later transition to either {@link #STATE_OFF} or {@link