Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothManager.java175 return (openGattServer(context, callback, BluetoothDevice.TRANSPORT_AUTO)); in openGattServer()
194 return (openGattServer(context, callback, BluetoothDevice.TRANSPORT_AUTO, eattSupport)); in openGattServer()
DBluetoothHidHost.java476 if (transport != BluetoothDevice.TRANSPORT_AUTO in setPreferredTransport()
594 return BluetoothDevice.TRANSPORT_AUTO; in getPreferredTransport()
DBluetoothDevice.java1268 TRANSPORT_AUTO,
1275 public static final int TRANSPORT_AUTO = 0; field in BluetoothDevice
1852 return createBond(TRANSPORT_AUTO); in createBond()
2438 return fetchUuidsWithSdp(TRANSPORT_AUTO); in fetchUuidsWithSdp()
3100 return (connectGatt(context, autoConnect, callback, TRANSPORT_AUTO)); in connectGatt()
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DGattServerConnectWithoutScanTest.java75 mContext, mockGattServerCallback, BluetoothDevice.TRANSPORT_AUTO); in serverConnectToRandomAddress_withTransportAuto()
128 mContext, mockGattServerCallback, BluetoothDevice.TRANSPORT_AUTO); in serverConnectToPublicAddress_withTransportAuto()
DGattServerConnectWithScanTest.java90 mContext, mockGattServerCallback, BluetoothDevice.TRANSPORT_AUTO); in serverConnectToRandomAddress_withTransportAuto()
146 mContext, mockGattServerCallback, BluetoothDevice.TRANSPORT_AUTO); in serverConnectToPublicAddress_withTransportAuto()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/
DHidHostService.java71 int mSelectedTransport = BluetoothDevice.TRANSPORT_AUTO;
267 return BluetoothDevice.TRANSPORT_AUTO; in getTransport()
638 if (inputDevice.mSelectedTransport == BluetoothDevice.TRANSPORT_AUTO) { in handleMessageConnectStateChanged()
669 transport = BluetoothDevice.TRANSPORT_AUTO; in handleMessageConnectStateChanged()
670 setTransport(device, BluetoothDevice.TRANSPORT_AUTO); in handleMessageConnectStateChanged()
904 return BluetoothDevice.TRANSPORT_AUTO; in getPreferredTransport()
1352 if (transport == BluetoothDevice.TRANSPORT_AUTO) { in updateConnectionState()
/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/lib/
Dsecurity.py35 TRANSPORT_AUTO = "0" variable in Security
/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_gatt_constants.py314 TRANSPORT_AUTO = 0x00 variable in GattTransport
Dbt_gatt_utils.py50 transport=GattTransport.TRANSPORT_AUTO,
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hid/
DHidHostServiceBinderTest.java114 int preferredTransport = BluetoothDevice.TRANSPORT_AUTO; in setPreferredTransport_callsServiceMethod()
/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/gatt/
Dgatt_connect_test.py355 … transport=GattTransport.TRANSPORT_AUTO,
369 … transport=GattTransport.TRANSPORT_AUTO,
902 transport = GattTransport.TRANSPORT_AUTO
/packages/modules/Bluetooth/system/blueberry/tests/gd_sl4a/security/
Doob_pairing_sl4a_test.py73 TRANSPORT_AUTO = "0" variable in OobPairingSl4aTest
/packages/apps/Nfc/src/com/android/nfc/handover/
DHandoverDataParser.java96 public int transport = BluetoothDevice.TRANSPORT_AUTO;
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp60 #define TRANSPORT_AUTO 0 macro
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java21 import static android.bluetooth.BluetoothDevice.TRANSPORT_AUTO;
3099 if (transport != TRANSPORT_AUTO) { in fetchRemoteUuids()
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt593 field public static final int TRANSPORT_AUTO = 0; // 0x0