HomeSort by relevance Sort by last modified time
    Searched refs:convertPinToBytes (Results 1 - 3 of 3) 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 291 byte[] pinBytes = BluetoothDevice.convertPinToBytes(mPairingKey);
311 byte[] pinBytes = BluetoothDevice.convertPinToBytes(value);
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java     [all...]

Completed in 69 milliseconds