Home
last modified time | relevance | path

Searched refs:TRANSPORT_AUTO (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothManager.java225 return (openGattServer(context, callback, BluetoothDevice.TRANSPORT_AUTO)); in openGattServer()
245 return (openGattServer(context, callback, BluetoothDevice.TRANSPORT_AUTO, eatt_support)); in openGattServer()
H A DBluetoothDevice.java1001 TRANSPORT_AUTO,
1013 public static final int TRANSPORT_AUTO = 0; field in BluetoothDevice
1431 return createBond(TRANSPORT_AUTO); in createBond()
2430 return (connectGatt(context, autoConnect, callback, TRANSPORT_AUTO)); in connectGatt()
/aosp12/system/bt/service/common/bluetooth/
H A Dlow_energy_constants.h58 enum Transport { TRANSPORT_AUTO = 0, TRANSPORT_BREDR = 1, TRANSPORT_LE = 2 }; enumerator
/aosp12/packages/apps/Nfc/src/com/android/nfc/handover/
H A DHandoverDataParser.java97 public int transport = BluetoothDevice.TRANSPORT_AUTO;
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_btservice_AdapterService.cpp56 #define TRANSPORT_AUTO 0 macro
/aosp12/frameworks/proto_logging/stats/
H A Datoms.proto3000 // Default: TRANSPORT_AUTO means no preference
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt9094 field public static final int TRANSPORT_AUTO = 0; // 0x0