diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-08-03 13:09:40 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-08-03 13:09:40 +0000 |
commit | ba268bfe5652e348450b10dbc9981e9bcd6a55d5 (patch) | |
tree | d4e978d80dc0a508fdeeb117e463c6caab710b71 /hcid/hcid.h | |
parent | 0ffdac3e37977d4db9fb42832b95a6fd1f3a4100 (diff) |
Implement Adapter.ListTrusts method
Diffstat (limited to 'hcid/hcid.h')
-rw-r--r-- | hcid/hcid.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hcid/hcid.h b/hcid/hcid.h index a16ecd58..4d49b957 100644 --- a/hcid/hcid.h +++ b/hcid/hcid.h @@ -203,3 +203,4 @@ int read_pin_length(bdaddr_t *local, bdaddr_t *peer); int read_pin_code(bdaddr_t *local, bdaddr_t *peer, char *pin); gboolean read_trust(bdaddr_t *local, const char *addr, const char *service); int write_trust(bdaddr_t *local, const char *addr, const char *service, gboolean trust); +GSList *list_trusts(bdaddr_t *local, const char *service); |