Intiates pairing for a remote device.
| C# | Visual Basic |
bool PairRequest( BluetoothAddress device, string pin )
Function PairRequest ( _ device As BluetoothAddress, _ pin As String _ ) As Boolean
- device (BluetoothAddress)
- Remote device with which to pair.
- pin (String)
- Chosen PIN code, must be between 1 and 16 ASCII characters.
Whether the operation was successful.