summaryrefslogtreecommitdiffstats
path: root/include/hardware/bt_gatt_server.h
diff options
context:
space:
mode:
authorAndre Eisenbach <andre@broadcom.com>2013-04-10 11:18:03 -0700
committerMatthew Xie <mattx@google.com>2013-04-16 23:54:28 -0700
commit3331718e7a03aebf9c7bbdd2d5197ddd87ab73b9 (patch)
tree538d6ef38806dac29062f53c579bf02da7ffff1b /include/hardware/bt_gatt_server.h
parent9fafa4a33d01f729078fb6800eaa951bb505e36a (diff)
downloadhardware_libhardware-3331718e7a03aebf9c7bbdd2d5197ddd87ab73b9.zip
hardware_libhardware-3331718e7a03aebf9c7bbdd2d5197ddd87ab73b9.tar.gz
hardware_libhardware-3331718e7a03aebf9c7bbdd2d5197ddd87ab73b9.tar.bz2
LE (1/3): Add application ID to connection callback
Bug: 8589393 Change-Id: I1c9d83b988cad71c5652ecf4025fdc6f650fff42
Diffstat (limited to 'include/hardware/bt_gatt_server.h')
-rw-r--r--include/hardware/bt_gatt_server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hardware/bt_gatt_server.h b/include/hardware/bt_gatt_server.h
index 0a5b23b..1a5a400 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 */