summaryrefslogtreecommitdiff
path: root/profiles/network/bnep.h
diff options
context:
space:
mode:
authorGrzegorz Kolodziejczyk <grzegorz.kolodziejczyk@tieto.com>2015-03-03 17:59:47 +0100
committerSzymon Janc <szymon.janc@tieto.com>2015-03-09 16:04:11 +0100
commit38a7f19f04d70eec714fc6a4af9f367a68ff68b1 (patch)
treefcff716229359ab870a1d78bec234ef02e434ed9 /profiles/network/bnep.h
parent703e2b9b856429a5ba3fd4c9c85571fc4c515586 (diff)
downloadbluez-38a7f19f04d70eec714fc6a4af9f367a68ff68b1.tar.gz
profiles/network: Integrate get and check bnep setup services roles
While bnep setup, roles must be determined and checked if the connection scanario is possible. Get and check possible service roles routines are always performed in serie. So there is no need to split it to separate calls.
Diffstat (limited to 'profiles/network/bnep.h')
-rw-r--r--profiles/network/bnep.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/profiles/network/bnep.h b/profiles/network/bnep.h
index bc43d4fa6..5aedf38f8 100644
--- a/profiles/network/bnep.h
+++ b/profiles/network/bnep.h
@@ -46,6 +46,5 @@ int bnep_server_add(int sk, uint16_t dst, char *bridge, char *iface,
void bnep_server_delete(char *bridge, char *iface, const bdaddr_t *addr);
ssize_t bnep_send_ctrl_rsp(int sk, uint8_t type, uint8_t ctrl, uint16_t resp);
-uint16_t bnep_setup_chk(uint16_t dst_role, uint16_t src_role);
uint16_t bnep_setup_decode(struct bnep_setup_conn_req *req, uint16_t *dst,
uint16_t *src);