summaryrefslogtreecommitdiff
path: root/src/attrib-server.h
diff options
context:
space:
mode:
authorVinicius Costa Gomes <vinicius.gomes@openbossa.org>2011-09-19 10:19:59 -0300
committerJohan Hedberg <johan.hedberg@intel.com>2011-09-22 20:25:23 +0900
commit6184bc59116330f866fd2bfb476f892054fc4e25 (patch)
tree1d28a35bb66556fb277fb35b2bfb32d525fc7753 /src/attrib-server.h
parent2f440ad7b5e069056c692b3d1bacffb414d015cd (diff)
downloadbluez-6184bc59116330f866fd2bfb476f892054fc4e25.tar.gz
Attrib server integration for outgoing connections
We need support for attaching a client connection to the attribute server because the server that we are connected may want to do something similar to a reverse service discovery, and we need to be able to receive indications and notifications.
Diffstat (limited to 'src/attrib-server.h')
-rw-r--r--src/attrib-server.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/attrib-server.h b/src/attrib-server.h
index cde6effa3..a72347c1e 100644
--- a/src/attrib-server.h
+++ b/src/attrib-server.h
@@ -31,3 +31,4 @@ int attrib_db_del(uint16_t handle);
int attrib_gap_set(uint16_t uuid, const uint8_t *value, int len);
uint32_t attrib_create_sdp(uint16_t handle, const char *name);
void attrib_free_sdp(uint32_t sdp_handle);
+int attrib_channel_attach(GAttrib *attrib, gboolean out);