summaryrefslogtreecommitdiff
path: root/src/agent.h
diff options
context:
space:
mode:
authorAbhinav Kumar <abhinav.ku91@samsung.com>2015-02-19 09:45:59 +0530
committerAbhinav Kumar <abhinav.ku91@samsung.com>2015-02-19 09:45:59 +0530
commit7a63bb884b1e84ec510349114f0dfcea0506b0ac (patch)
treeda543cd7d57276321401b14ec2eec944626801a5 /src/agent.h
parentd88e507a339b9c982b172b555834cd831c54f050 (diff)
downloadbluez-7a63bb884b1e84ec510349114f0dfcea0506b0ac.tar.gz
bluez-7a63bb884b1e84ec510349114f0dfcea0506b0ac.tar.bz2
bluez-7a63bb884b1e84ec510349114f0dfcea0506b0ac.zip
Applied bluez patches present in Tizen branch. The following patches have been applied :
1> bluetooth player: add searchable value to show cmd 2> add property connected for input device 3> core/service: Add btd_service_get_version 4> core/profile: Add version information to btd_profile 5> core/service: Add btd_service_set_auto_connect 6> core/service: Add btd_service_get_auto_connect 7> core/device: Use service auto_connect flag 8> profiles: Add missing local_uuid 9> core/service: Add btd_service_set_blocked 10> core/service: Add btd_service_is_blocked 11> core/profile: Add authorization UUID information to btd_profile 12> core/device: Add device_is_service_blocked 13> core/adapter: Check if service is blocked before authorizing 14> plugins: Add initial code for service plugin 15> plugins/service: Add initial code 16> Fix bluetoothd core dumped if disable bt tethering 17> Fix Security Static Code Analysis 18> Add param fd into authorize service 19> Modify the param of authorize service 20> Fix the remaining Security Static Code Analysis 21> Fix the length of string 22> Fix the remaining Security Static Code Analysis Change-Id: I3191182d850b1252248de76d4bd8f70768230b93
Diffstat (limited to 'src/agent.h')
-rw-r--r--src/agent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/agent.h b/src/agent.h
index 1e469203..dafee9c4 100644
--- a/src/agent.h
+++ b/src/agent.h
@@ -40,7 +40,7 @@ struct agent *agent_get(const char *owner);
int agent_authorize_service(struct agent *agent, const char *path,
const char *uuid, agent_cb cb,
- void *user_data, GDestroyNotify destroy);
+ void *user_data, GDestroyNotify destroy, int fd);
int agent_request_pincode(struct agent *agent, struct btd_device *device,
agent_pincode_cb cb, gboolean secure,