Home
last modified time | relevance | path

Searched refs:setPin (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DIBluetooth.aidl70 boolean setPin(in BluetoothDevice device, boolean accept, int len, in byte[] pinCode); in setPin() method
DBluetoothDevice.java973 public boolean setPin(byte[] pin) { in setPin() method in BluetoothDevice
979 return sService.setPin(this, true, pin.length, pin); in setPin()
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothTestUtils.java172 mDevice.setPin(mPin); in onReceive()
/frameworks/base/api/
Dcurrent.txt5125 method public boolean setPin(byte[]);