diff options
author | Anderson Lizardo <anderson.lizardo@openbossa.org> | 2010-08-02 12:06:22 -0400 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2010-08-09 18:06:48 -0400 |
commit | 262323b597306be0758efcfbc068df73931ba2a4 (patch) | |
tree | 3da1edd6d510f41b82c9fdd24976c7346b7bbc92 /attrib/gatt.h | |
parent | d8827654f9909064aad7a5d0ac69235d8898b375 (diff) | |
download | bluez-262323b597306be0758efcfbc068df73931ba2a4.tar.gz |
Implement characteristic value read on attribute server
Diffstat (limited to 'attrib/gatt.h')
-rw-r--r-- | attrib/gatt.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/attrib/gatt.h b/attrib/gatt.h index 58433863b..e2119204c 100644 --- a/attrib/gatt.h +++ b/attrib/gatt.h @@ -26,3 +26,6 @@ guint gatt_discover_primary(GAttrib *attrib, uint16_t start, guint gatt_discover_char(GAttrib *attrib, uint16_t start, uint16_t end, GAttribResultFunc func, gpointer user_data); + +guint gatt_read_char(GAttrib *attrib, uint16_t handle, GAttribResultFunc func, + gpointer user_data); |