HomeSort by relevance Sort by last modified time
    Searched refs:convertPinToBytes (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestRunner.java 183 byte[] pin = BluetoothDevice.convertPinToBytes(val);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingDialog.java 289 byte[] pinBytes = BluetoothDevice.convertPinToBytes(mPairingKey);
309 byte[] pinBytes = BluetoothDevice.convertPinToBytes(value);
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java     [all...]
  /frameworks/base/core/java/android/server/
BluetoothEventLoop.java 654 mBluetoothService.setPin(address, BluetoothDevice.convertPinToBytes(pin));
676 mBluetoothService.setPin(address, BluetoothDevice.convertPinToBytes("0000"));
    [all...]
BluetoothService.java 639 setPin(address, BluetoothDevice.convertPinToBytes("0000"));
    [all...]

Completed in 88 milliseconds