Merge "LE (1/3): Add application ID to connection callback" into jb-mr2-dev

This commit is contained in:
Matthew Xie 2013-04-18 18:31:12 +00:00 committed by Android (Google) Code Review
commit 47a0ead467

View file

@ -48,7 +48,7 @@ typedef void (*register_server_callback)(int status, int server_if,
bt_uuid_t *app_uuid); bt_uuid_t *app_uuid);
/** Callback indicating that a remote device has connected or been disconnected */ /** Callback indicating that a remote device has connected or been disconnected */
typedef void (*connection_callback)(int conn_id, int connected, typedef void (*connection_callback)(int conn_id, int server_if, int connected,
bt_bdaddr_t *bda); bt_bdaddr_t *bda);
/** Callback invoked in response to create_service */ /** Callback invoked in response to create_service */