HomeSort by relevance Sort by last modified time
    Searched defs:STATE_BLE_ON (Results 1 - 4 of 4) sorted by null

  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
BleEnum.py 100 STATE_BLE_ON = 15
BtEnum.py 34 STATE_BLE_ON = 15
  /frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java 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 transitio
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 197 milliseconds