Home
last modified time | relevance | path

Searched refs:TRANSPORT_BREDR (Results 1 – 20 of 20) sorted by relevance

/packages/modules/Bluetooth/android/pandora/server/src/
DSecurity.kt27 import android.bluetooth.BluetoothDevice.TRANSPORT_BREDR in <lambda>()
134 TRANSPORT_BREDR -> { in <lambda>()
213 val transport = if (request.hasClassic()) TRANSPORT_BREDR else TRANSPORT_LE in <lambda>()
220 TRANSPORT_BREDR -> { in <lambda>()
DPan.kt19 import android.bluetooth.BluetoothDevice.TRANSPORT_BREDR
101 .setConnection(device.toConnection(TRANSPORT_BREDR)) in connectPan()
DHost.kt24 import android.bluetooth.BluetoothDevice.TRANSPORT_BREDR
299 waitIncomingAclConnectedIntent(bluetoothDevice.address, TRANSPORT_BREDR) in waitConnection()
306 .setConnection(bluetoothDevice.toConnection(TRANSPORT_BREDR)) in waitConnection()
365 .setConnection(bluetoothDevice.toConnection(TRANSPORT_BREDR)) in connect()
380 TRANSPORT_BREDR -> { in disconnect()
/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/security/
Doob_pairing_test.py117 oob_data = self.dut_security_.generate_oob_data(Security.TRANSPORT_BREDR)
120 oob_data = self.dut_security_.generate_oob_data(Security.TRANSPORT_BREDR)
/packages/modules/Bluetooth/system/blueberry/tests/gd_sl4a/security/
Doob_pairing_sl4a_test.py74 TRANSPORT_BREDR = "1" variable in OobPairingSl4aTest
214 oob_data = self._generate_sl4a_oob_data(self.TRANSPORT_BREDR)
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DRemoteDevices.java192 BluetoothDevice.TRANSPORT_BREDR) in reset()
194 ? BluetoothDevice.TRANSPORT_BREDR in reset()
378 if (transport == BluetoothDevice.TRANSPORT_BREDR) { in getConnectionHandle()
394 if (transport == BluetoothDevice.TRANSPORT_BREDR) { in setConnectionHandle()
1303 deviceProperties.getConnectionHandle(BluetoothDevice.TRANSPORT_BREDR); in removeAddressMapping()
/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/lib/
Dsecurity.py36 TRANSPORT_BREDR = "1" variable in Security
/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_gatt_constants.py315 TRANSPORT_BREDR = 0x01 variable in GattTransport
/packages/modules/Bluetooth/framework/tests/metrics/device/android/bluetooth/
DBluetoothMetricsHelperTest.kt141 BluetoothDevice.TRANSPORT_BREDR in incomingClassicConnectionTest()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/
DHidHostService.java183 BluetoothDevice.TRANSPORT_BREDR, in cleanup()
221 } else if (transport == BluetoothDevice.TRANSPORT_BREDR) { in getByteAddress()
1118 if (transport == BluetoothDevice.TRANSPORT_BREDR && !hidSupported) { in setPreferredTransport()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbapclient/
DPbapClientServiceTest.java342 mService.aclDisconnected(mRemoteDevice, BluetoothDevice.TRANSPORT_BREDR); in broadcastReceiver_withActionAclDisconnectedBrEdrTransport_callsDisconnect()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/
DMapClientServiceTest.java320 mService.aclDisconnected(mRemoteDevice, BluetoothDevice.TRANSPORT_BREDR); in aclDisconnectedBrEdrTransport_whenConnected_callsDisconnect()
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/pairing/
DPairingTest.java240 assertThat(mBumbleDevice.fetchUuidsWithSdp(BluetoothDevice.TRANSPORT_BREDR)).isTrue(); in testBrEdrPairing_phoneInitiatedBrEdrInquiryOnlyJustWorksWhileSdpConnected()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/
DPbapClientService.java343 if (transport != BluetoothDevice.TRANSPORT_BREDR) { in handleAclDisconnected()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/
DMapClientService.java639 if (transport != BluetoothDevice.TRANSPORT_BREDR) { in handleAclDisconnected()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHidHost.java477 && transport != BluetoothDevice.TRANSPORT_BREDR in setPreferredTransport()
DBluetoothDevice.java1269 TRANSPORT_BREDR,
1278 public static final int TRANSPORT_BREDR = 1; field in BluetoothDevice
DBluetoothAdapter.java3947 if (transport != BluetoothDevice.TRANSPORT_BREDR in generateLocalOobData()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp61 #define TRANSPORT_BREDR 1 macro
678 if (transport == TRANSPORT_BREDR) { in generate_local_oob_data_callback()
1274 if (transport == TRANSPORT_BREDR) { in set_data()
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt594 field public static final int TRANSPORT_BREDR = 1; // 0x1