From 7a63bb884b1e84ec510349114f0dfcea0506b0ac Mon Sep 17 00:00:00 2001 From: Abhinav Kumar Date: Thu, 19 Feb 2015 09:45:59 +0530 Subject: 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 --- src/agent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/agent.h') 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, -- cgit v1.2.3