Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothManager.java203 return (openGattServer(context, callback, BluetoothDevice.TRANSPORT_AUTO)); in openGattServer()
223 return (openGattServer(context, callback, BluetoothDevice.TRANSPORT_AUTO, eatt_support)); in openGattServer()
DBluetoothDevice.java1210 TRANSPORT_AUTO,
1222 public static final int TRANSPORT_AUTO = 0; field in BluetoothDevice
1710 return createBond(TRANSPORT_AUTO); in createBond()
2256 return fetchUuidsWithSdp(TRANSPORT_AUTO); in fetchUuidsWithSdp()
2964 return (connectGatt(context, autoConnect, callback, TRANSPORT_AUTO)); in connectGatt()
/packages/modules/Bluetooth/system/service/common/bluetooth/
Dlow_energy_constants.h58 enum Transport { TRANSPORT_AUTO = 0, TRANSPORT_BREDR = 1, TRANSPORT_LE = 2 }; enumerator
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/shadows/bluetooth/
DShadowBluetoothDevice.java64 : BluetoothDevice.TRANSPORT_AUTO; in getBondTransport()
/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/gatt/
Dgatt_connect_test.py296 …gatt_callback, mac_address, autoconnect, GattTransport.TRANSPORT_AUTO, False, GattPhyMask.PHY_LE_1…
348 … self.central, mac_address, False, transport=GattTransport.TRANSPORT_AUTO, opportunistic=False)
359 … self.central, mac_address, False, transport=GattTransport.TRANSPORT_AUTO, opportunistic=True)
980 transport = GattTransport.TRANSPORT_AUTO
/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/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/src/com/android/bluetooth/btservice/
DAdapterService.java19 import static android.bluetooth.BluetoothDevice.TRANSPORT_AUTO;
2754 return fetchRemoteUuidsWithAttribution(device, TRANSPORT_AUTO, in fetchRemoteUuids()
2776 if (transport != TRANSPORT_AUTO) { in fetchRemoteUuidsWithAttribution()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp59 #define TRANSPORT_AUTO 0 macro
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt572 field public static final int TRANSPORT_AUTO = 0; // 0x0