15 lines
205 B
C
15 lines
205 B
C
|
|
||
|
#ifndef __REMOTE_PAIRING_H__
|
||
|
#define __REMOTE_PAIRING_H__
|
||
|
|
||
|
void
|
||
|
remote_pairing_read_pin(char *path);
|
||
|
|
||
|
int
|
||
|
remote_pairing_init(void);
|
||
|
|
||
|
void
|
||
|
remote_pairing_deinit(void);
|
||
|
|
||
|
#endif /* !__REMOTE_PAIRING_H__ */
|