From 3331718e7a03aebf9c7bbdd2d5197ddd87ab73b9 Mon Sep 17 00:00:00 2001 From: Andre Eisenbach Date: Wed, 10 Apr 2013 11:18:03 -0700 Subject: [PATCH] LE (1/3): Add application ID to connection callback Bug: 8589393 Change-Id: I1c9d83b988cad71c5652ecf4025fdc6f650fff42 --- include/hardware/bt_gatt_server.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/hardware/bt_gatt_server.h b/include/hardware/bt_gatt_server.h index 0a5b23b7..1a5a4004 100644 --- a/include/hardware/bt_gatt_server.h +++ b/include/hardware/bt_gatt_server.h @@ -48,7 +48,7 @@ typedef void (*register_server_callback)(int status, int server_if, bt_uuid_t *app_uuid); /** 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); /** Callback invoked in response to create_service */