Searched refs:pinCode (Results 1 – 3 of 3) sorted by relevance
389 String pinCode = pinValue.getText(); in wifiP2pGetPinCode() local390 Log.d("Retrieved PIN code: " + pinCode); in wifiP2pGetPinCode()399 return pinCode; in wifiP2pGetPinCode()435 String pinCode = pinValue.getText(); in wifiP2pGetKeypadPinCode() local436 Log.d("Retrieved PIN code: " + pinCode); in wifiP2pGetKeypadPinCode()445 return pinCode; in wifiP2pGetKeypadPinCode()456 public void wifiP2pEnterPin(String pinCode, String deviceName) throws WifiP2pManagerException { in wifiP2pEnterPin() argument473 pinEntryField.setText(pinCode); in wifiP2pEnterPin()474 Log.d("Entered PIN code: " + pinCode); in wifiP2pEnterPin()
940 byte[] pinCode, in setPin() argument956 if (pinCode.length != len) { in setPin()966 .pinReply(getBytesFromAddress(device.getAddress()), accept, len, pinCode); in setPin()
142 …boolean setPin(in BluetoothDevice device, boolean accept, int len, in byte[] pinCode, in Attributi… in setPin() argument