Searched defs:STATE_BLE_ON (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java157 STATE_BLE_ON, STATE_BLE_TURNING_OFF})
191 public static final int STATE_BLE_ON = 15; field in class:BluetoothAdapter
426 * when Bluetooth state in STATE_BLE_ON. This denotes GATT connection
427 * as Bluetooth LE is the only feature available in STATE_BLE_ON
439 * when Bluetooth state in STATE_BLE_ON. This denotes GATT disconnection as Bluetooth
440 * LE is the only feature available in STATE_BLE_ON
630 * <p>This returns true if current state is either STATE_ON or STATE_BLE_ON
640 } else if (state == BluetoothAdapter.STATE_BLE_ON) {
641 if (DBG) Log.d (TAG, "STATE_BLE_ON");
675 * <p> If the internal Adapter state is STATE_BLE_ON, thi
[all...]

Completed in 65 milliseconds