Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothDevice.java941 public boolean createBond() { in createBond() method in BluetoothDevice
951 return service.createBond(this, TRANSPORT_AUTO); in createBond()
974 public boolean createBond(int transport) { in createBond() method in BluetoothDevice
988 return service.createBond(this, transport); in createBond()
DIBluetooth.aidl61 boolean createBond(in BluetoothDevice device, in int transport); in createBond() method
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDevice.java300 if (!mDevice.createBond()) { in startPairing()
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothTestUtils.java780 assertTrue(device.createBond()); in pairOrAcceptPair()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt6193 method public boolean createBond();
/frameworks/base/api/
Dcurrent.txt7613 method public boolean createBond();
Dtest-current.txt7645 method public boolean createBond();
Dsystem-current.txt8090 method public boolean createBond();
/frameworks/base/config/
Dboot-image-profile.txt18367 HSPLandroid/bluetooth/IBluetooth;->createBond(Landroid/bluetooth/BluetoothDevice;I)Z