HomeSort by relevance Sort by last modified time
    Searched refs:TRANSPORT_LE (Results 1 - 17 of 17) sorted by null

  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothPeripheralHandover.java 160 || (mProvisioning && mTransport != BluetoothDevice.TRANSPORT_LE)) {
217 if (mTransport == BluetoothDevice.TRANSPORT_LE) {
258 if (mTransport == BluetoothDevice.TRANSPORT_LE) {
291 if (mTransport == BluetoothDevice.TRANSPORT_LE) {
320 if (mTransport == BluetoothDevice.TRANSPORT_LE) {
344 if (mTransport == BluetoothDevice.TRANSPORT_LE) {
364 if (mTransport == BluetoothDevice.TRANSPORT_LE) {
408 if (mTransport == BluetoothDevice.TRANSPORT_LE) {
PeripheralHandoverService.java 182 if (transport == BluetoothDevice.TRANSPORT_LE) {
232 if (transport == BluetoothDevice.TRANSPORT_LE && !connected) {
HandoverDataParser.java 461 result.transport = BluetoothDevice.TRANSPORT_LE;
  /system/bt/service/common/bluetooth/
low_energy_constants.h 58 enum Transport { TRANSPORT_AUTO = 0, TRANSPORT_BREDR = 1, TRANSPORT_LE = 2 };
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothSocketConnFacade.java 691 tmp = device.createL2capCocSocket(BluetoothDevice.TRANSPORT_LE, psmValue);
693 tmp = device.createInsecureL2capCocSocket(BluetoothDevice.TRANSPORT_LE,
776 BluetoothDevice.TRANSPORT_LE);
779 BluetoothDevice.TRANSPORT_LE);
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 655 public static final int TRANSPORT_LE = 2;
    [all...]
BluetoothAdapter.java     [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
GattEnum.py 271 TRANSPORT_LE = 0x02
  /packages/apps/Test/connectivity/PMC/src/com/android/pmc/
GattClientListener.java 164 false, mGattCallback, BluetoothDevice.TRANSPORT_LE);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleClientService.java 67 private static final int TRANSPORT_MODE_FOR_SECURE_CONNECTION = BluetoothDevice.TRANSPORT_LE;
500 return device.connectGatt(context, autoConnect, callback, BluetoothDevice.TRANSPORT_LE);
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 276 milliseconds