/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/security/ |
D | oob_pairing_test.py | 105 oob_data = self.cert_security_.generate_oob_data(Security.TRANSPORT_LE, wait_for_oob_data) 113 self.dut_security_.generate_oob_data(Security.TRANSPORT_LE, wait_for_oob_data) 129 oob_data = self.dut_security_.generate_oob_data(Security.TRANSPORT_LE) 132 oob_data = self.cert_security_.generate_oob_data(Security.TRANSPORT_LE) 156 self.dut_security_.generate_oob_data(Security.TRANSPORT_LE, False) 158 oob_data = self.dut_security_.generate_oob_data(Security.TRANSPORT_LE, True) 163 oob_data = self.dut_security_.generate_oob_data(Security.TRANSPORT_LE)
|
D | irk_rotation_test.py | 141 … GattTransport.TRANSPORT_LE, False, None) 154 … GattTransport.TRANSPORT_LE, False, None)
|
/packages/modules/Bluetooth/system/blueberry/tests/gd_sl4a/security/ |
D | oob_pairing_sl4a_test.py | 75 TRANSPORT_LE = "2" variable in OobPairingSl4aTest 107 if transport == self.TRANSPORT_LE: 224 oob_data = self._generate_sl4a_oob_data(self.TRANSPORT_LE) 228 oob_data = self._generate_cert_oob_data(self.TRANSPORT_LE) 245 oob_data = self._generate_cert_oob_data(self.TRANSPORT_LE) 249 … advertising_address.decode("utf-8").upper(), self.TRANSPORT_LE, oob_data.confirmation_value.hex(), 277 assertThat(self._generate_sl4a_oob_data(self.TRANSPORT_LE)).isNotNone()
|
/packages/apps/Nfc/src/com/android/nfc/handover/ |
D | BluetoothPeripheralHandover.java | 165 || (mProvisioning && mTransport != BluetoothDevice.TRANSPORT_LE)) { in start() 222 if (mTransport == BluetoothDevice.TRANSPORT_LE) { in nextStepInit() 269 if (mTransport == BluetoothDevice.TRANSPORT_LE) { in nextStepDisconnect() 301 if (mTransport == BluetoothDevice.TRANSPORT_LE) { in nextStepDisconnect() 330 if (mTransport == BluetoothDevice.TRANSPORT_LE) { in getProfileProxys() 354 if (mTransport == BluetoothDevice.TRANSPORT_LE) { in nextStepConnect() 374 if (mTransport == BluetoothDevice.TRANSPORT_LE) { in nextStepConnect() 420 if (mTransport == BluetoothDevice.TRANSPORT_LE) { in nextStepConnect()
|
D | PeripheralHandoverService.java | 185 if (transport == BluetoothDevice.TRANSPORT_LE) { in doPeripheralHandover() 230 if (transport == BluetoothDevice.TRANSPORT_LE && !connected) { in onBluetoothPeripheralHandoverComplete()
|
/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/lib/ |
D | security.py | 37 TRANSPORT_LE = "2" variable in Security 113 …def create_bond_numeric_comparison(self, address, transport=TRANSPORT_LE, wait_for_device_bonded=T… 115 if transport == self.TRANSPORT_LE:
|
/packages/modules/Bluetooth/system/blueberry/tests/topshim/security/ |
D | le_security_test.py | 20 from blueberry.tests.topshim.lib.topshim_device import TRANSPORT_CLASSIC, TRANSPORT_LE 36 oob_data = self.dut().generate_local_oob_data(TRANSPORT_LE)
|
/packages/modules/Bluetooth/android/pandora/server/src/ |
D | Security.kt | 28 import android.bluetooth.BluetoothDevice.TRANSPORT_LE in <lambda>() 123 TRANSPORT_LE -> { in <lambda>() 213 val transport = if (request.hasClassic()) TRANSPORT_BREDR else TRANSPORT_LE in <lambda>() 216 TRANSPORT_LE -> { in <lambda>()
|
D | Host.kt | 25 import android.bluetooth.BluetoothDevice.TRANSPORT_LE 384 TRANSPORT_LE -> { in disconnect() 391 val instance = GattInstance(bluetoothDevice, TRANSPORT_LE, context) in disconnect() 444 GattInstance(bluetoothDevice, TRANSPORT_LE, context) in connectLE() 447 .setConnection(bluetoothDevice.toConnection(TRANSPORT_LE)) in connectLE() 575 waitIncomingAclConnectedIntent(null, TRANSPORT_LE) in advertise() 577 .toConnection(TRANSPORT_LE) in advertise()
|
D | GattInstance.kt | 204 return mTransport == BluetoothDevice.TRANSPORT_LE in isBLETransport()
|
/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/l2cap/ |
D | le_l2cap_coc_test.py | 98 oob_data = self.cert_security_.generate_oob_data(Security.TRANSPORT_LE, wait_for_oob_data) 111 self.dut_security_.generate_oob_data(Security.TRANSPORT_LE, wait_for_oob_data)
|
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/ |
D | GattServerConnectWithoutScanTest.java | 102 mContext, mockGattServerCallback, BluetoothDevice.TRANSPORT_LE); in serverConnectToRandomAddress_withTransportLE() 150 mContext, mockGattServerCallback, BluetoothDevice.TRANSPORT_LE); in serverConnectToPublicAddress_withTransportLE()
|
D | GattServerConnectWithScanTest.java | 117 mContext, mockGattServerCallback, BluetoothDevice.TRANSPORT_LE); in serverConnectToRandomAddress_withTransportLE() 170 mContext, mockGattServerCallback, BluetoothDevice.TRANSPORT_LE); in serverConnectToPublicAddress_withTransportLE()
|
/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/ |
D | topshim_device.py | 72 TRANSPORT_LE = 2 variable 189 def generate_local_oob_data(self, transport=TRANSPORT_LE):
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | RemoteDevices.java | 195 : BluetoothDevice.TRANSPORT_LE; in reset() 380 } else if (transport == BluetoothDevice.TRANSPORT_LE) { in getConnectionHandle() 396 } else if (transport == BluetoothDevice.TRANSPORT_LE) { in setConnectionHandle() 1160 if (batteryService != null && transportLinkType == BluetoothDevice.TRANSPORT_LE) { in aclStateChangeCallback() 1196 && transportLinkType == BluetoothDevice.TRANSPORT_LE) { in aclStateChangeCallback() 1301 deviceProperties.getConnectionHandle(BluetoothDevice.TRANSPORT_LE); in removeAddressMapping()
|
/packages/modules/Bluetooth/system/blueberry/utils/ |
D | bt_gatt_utils.py | 119 transport=GattTransport.TRANSPORT_LE, 125 if transport == GattTransport.TRANSPORT_LE:
|
D | bt_gatt_constants.py | 316 TRANSPORT_LE = 0x02 variable in GattTransport
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/ |
D | HidHostService.java | 76 return (transport == BluetoothDevice.TRANSPORT_LE) ? mHogpState : mHidState; in getState() 84 if (transport == BluetoothDevice.TRANSPORT_LE) { in setState() 180 device, BluetoothDevice.TRANSPORT_LE, BluetoothProfile.STATE_DISCONNECTED); in cleanup() 218 if (transport == BluetoothDevice.TRANSPORT_LE) { in getByteAddress() 1121 } else if (transport == BluetoothDevice.TRANSPORT_LE in setPreferredTransport()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bas/ |
D | BatteryStateMachine.java | 22 import static android.bluetooth.BluetoothDevice.TRANSPORT_LE; 236 TRANSPORT_LE, in connectGatt()
|
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/pairing/ |
D | PairingTest.java | 407 assertThat(mBumbleDevice.fetchUuidsWithSdp(BluetoothDevice.TRANSPORT_LE)).isTrue(); in helper_OutgoingGattServiceDiscoveryWithIncomingLePairing() 426 hasExtra(BluetoothDevice.EXTRA_TRANSPORT, BluetoothDevice.TRANSPORT_LE)); in helper_OutgoingGattServiceDiscoveryWithIncomingLePairing()
|
/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/gatt/ |
D | gatt_connect_with_irk_test.py | 135 … GattTransport.TRANSPORT_LE, False, None)
|
/packages/modules/Bluetooth/android/ChannelSoundingTestApp/app/src/main/java/com/android/bluetooth/channelsoundingtestapp/ |
D | DistanceMeasurementInitiator.java | 135 device.connectGatt(mApplicationContext, false, gattCallback, BluetoothDevice.TRANSPORT_LE); in connectGatt()
|
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/ |
D | GattClientListener.java | 164 false, mGattCallback, BluetoothDevice.TRANSPORT_LE); in onReceive()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbapclient/ |
D | PbapClientServiceTest.java | 329 mService.aclDisconnected(mRemoteDevice, BluetoothDevice.TRANSPORT_LE); in broadcastReceiver_withActionAclDisconnectedLeTransport_doesNotCallDisconnect()
|
/packages/modules/Uwb/service/java/com/android/server/uwb/discovery/ble/ |
D | GattTransportClientProvider.java | 304 BluetoothDevice.TRANSPORT_LE); in start()
|