/packages/modules/Bluetooth/android/pandora/server/src/ |
D | Security.kt | 27 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>()
|
D | Pan.kt | 19 import android.bluetooth.BluetoothDevice.TRANSPORT_BREDR 101 .setConnection(device.toConnection(TRANSPORT_BREDR)) in connectPan()
|
D | Host.kt | 24 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/ |
D | oob_pairing_test.py | 117 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/ |
D | oob_pairing_sl4a_test.py | 74 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/ |
D | RemoteDevices.java | 192 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/ |
D | security.py | 36 TRANSPORT_BREDR = "1" variable in Security
|
/packages/modules/Bluetooth/system/blueberry/utils/ |
D | bt_gatt_constants.py | 315 TRANSPORT_BREDR = 0x01 variable in GattTransport
|
/packages/modules/Bluetooth/framework/tests/metrics/device/android/bluetooth/ |
D | BluetoothMetricsHelperTest.kt | 141 BluetoothDevice.TRANSPORT_BREDR in incomingClassicConnectionTest()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/ |
D | HidHostService.java | 183 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/ |
D | PbapClientServiceTest.java | 342 mService.aclDisconnected(mRemoteDevice, BluetoothDevice.TRANSPORT_BREDR); in broadcastReceiver_withActionAclDisconnectedBrEdrTransport_callsDisconnect()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/ |
D | MapClientServiceTest.java | 320 mService.aclDisconnected(mRemoteDevice, BluetoothDevice.TRANSPORT_BREDR); in aclDisconnectedBrEdrTransport_whenConnected_callsDisconnect()
|
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/pairing/ |
D | PairingTest.java | 240 assertThat(mBumbleDevice.fetchUuidsWithSdp(BluetoothDevice.TRANSPORT_BREDR)).isTrue(); in testBrEdrPairing_phoneInitiatedBrEdrInquiryOnlyJustWorksWhileSdpConnected()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/ |
D | PbapClientService.java | 343 if (transport != BluetoothDevice.TRANSPORT_BREDR) { in handleAclDisconnected()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/ |
D | MapClientService.java | 639 if (transport != BluetoothDevice.TRANSPORT_BREDR) { in handleAclDisconnected()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothHidHost.java | 477 && transport != BluetoothDevice.TRANSPORT_BREDR in setPreferredTransport()
|
D | BluetoothDevice.java | 1269 TRANSPORT_BREDR, 1278 public static final int TRANSPORT_BREDR = 1; field in BluetoothDevice
|
D | BluetoothAdapter.java | 3947 if (transport != BluetoothDevice.TRANSPORT_BREDR in generateLocalOobData()
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_btservice_AdapterService.cpp | 61 #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/ |
D | current.txt | 594 field public static final int TRANSPORT_BREDR = 1; // 0x1
|