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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java162 STATE_BLE_ON, STATE_BLE_TURNING_OFF})
196 public static final int STATE_BLE_ON = 15; field in class:BluetoothAdapter
215 case STATE_BLE_ON: return "BLE_ON";
495 * when Bluetooth state in STATE_BLE_ON. This denotes GATT connection
496 * as Bluetooth LE is the only feature available in STATE_BLE_ON
508 * when Bluetooth state in STATE_BLE_ON. This denotes GATT disconnection as Bluetooth
509 * LE is the only feature available in STATE_BLE_ON
720 * <p>This returns true if current state is either STATE_ON or STATE_BLE_ON
729 return (state == BluetoothAdapter.STATE_ON || state == BluetoothAdapter.STATE_BLE_ON);
735 * <p> If the internal Adapter state is STATE_BLE_ON, thi
[all...]

Completed in 371 milliseconds