Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DBondStateMachineTest.java130 .createBond(any(byte[].class), eq(BluetoothDevice.ADDRESS_TYPE_PUBLIC), anyInt()); in testCreateBondAfterRemoveBond()
162 .createBond( in testCreateBondAfterRemoveBond()
165 .createBond( in testCreateBondAfterRemoveBond()
197 .createBond( in testCreateBondWithLeDevice()
200 .createBond( in testCreateBondWithLeDevice()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DBondStateMachine.java188 createBond(dev, msg.arg1, p192Data, p256Data, true); in processMessage()
261 result = createBond(dev, msg.arg1, p192Data, p256Data, false); in processMessage()
410 private boolean createBond( in createBond() method in BondStateMachine
447 result = mAdapterService.getNative().createBond(addr, addrType, transport); in createBond()
DAdapterNativeInterface.java112 boolean createBond(byte[] address, int addressType, int transport) { in createBond() method in AdapterNativeInterface
DAdapterService.java2652 public boolean createBond( in createBond() method in AdapterService.AdapterServiceBinder
2679 return service.createBond( in createBond()
4816 boolean createBond( in createBond() method in AdapterService
/packages/modules/Bluetooth/android/pandora/server/src/
DSecurity.kt130 bluetoothDevice.createBond(transport) in <lambda>()
141 bluetoothDevice.createBond(transport) in <lambda>()
DHost.kt357 bluetoothDevice.createBond() in connect()
/packages/services/Telecomm/testapps/companionapp/src/com/android/server/telecom/companionapp/
DCompanionTestApp.java135 deviceToPair.createBond(); in onActivityResult()
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/pairing/
DPairingTest.java189 assertThat(mBumbleDevice.createBond()).isTrue(); in testBrEdrPairing_phoneInitiatedBrEdrInquiryOnlyJustWorks()
251 assertThat(mBumbleDevice.createBond()).isTrue(); in testBrEdrPairing_phoneInitiatedBrEdrInquiryOnlyJustWorksWhileSdpConnected()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java1851 public boolean createBond() { in createBond() method in BluetoothDevice
1852 return createBond(TRANSPORT_AUTO); in createBond()
1874 public boolean createBond(int transport) { in createBond() method in BluetoothDevice
1922 return service.createBond( in createBondInternal()
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DRfcommTest.kt334 Truth.assertThat(remoteDevice.createBond()).isTrue() in bondDevice()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothDevicePairer.java620 mTarget.createBond(); in startBonding()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetooth.aidl99 …boolean createBond(in BluetoothDevice device, in int transport, in OobData p192Data, in OobData p2… in createBond() method
/packages/apps/Nfc/src/com/android/nfc/handover/
DBluetoothPeripheralHandover.java462 } else if (!mDevice.createBond(mTransport)) { in startBonding()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1094 Landroid/bluetooth/IBluetooth$Stub$Proxy;->createBond(Landroid/bluetooth/BluetoothDevice;I)Z
1228 Landroid/bluetooth/IBluetooth;->createBond(Landroid/bluetooth/BluetoothDevice;I)Z
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt529 …hod @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean createBond();
Dsystem-current.txt190 … @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean createBond(int);