[pairing] Only require the pin for kicking off the remote pairing

This commit is contained in:
chme
2017-03-25 11:07:39 +01:00
committed by ejurgensen
parent 170e4aaf75
commit 9d72dc9176
3 changed files with 12 additions and 37 deletions

View File

@@ -3,7 +3,7 @@
#define __REMOTE_PAIRING_H__
void
remote_pairing_kickoff_bydevicepin(const char *devname, const char *pin);
remote_pairing_kickoff_bypin(const char *pin);
void
remote_pairing_kickoff_byfile(char *path);