Home | History | Annotate | Download | only in bluetooth

Lines Matching defs:STATE_BLE_ON

165             STATE_BLE_ON,
203 public static final int STATE_BLE_ON = 15;
237 case STATE_BLE_ON:
517 * when Bluetooth state in STATE_BLE_ON. This denotes GATT connection
518 * as Bluetooth LE is the only feature available in STATE_BLE_ON
531 * when Bluetooth state in STATE_BLE_ON. This denotes GATT disconnection as Bluetooth
532 * LE is the only feature available in STATE_BLE_ON
758 * <p>This returns true if current state is either STATE_ON or STATE_BLE_ON
769 return (state == BluetoothAdapter.STATE_ON || state == BluetoothAdapter.STATE_BLE_ON);
775 * <p> If the internal Adapter state is STATE_BLE_ON, this would trigger the transition
788 * later transition to either {@link #STATE_BLE_ON} or {@link
804 if (state == BluetoothAdapter.STATE_ON || state == BluetoothAdapter.STATE_BLE_ON) {
842 * and some time later transition to either {@link #STATE_OFF} or {@link #STATE_BLE_ON}.
907 if (state == BluetoothAdapter.STATE_BLE_ON || state == BluetoothAdapter.STATE_BLE_TURNING_ON
928 * {@link #STATE_BLE_ON},
962 } else if (getLeState() == STATE_BLE_ON) {