X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=bt-oal%2Fhardware%2Fbt_gatt_client.h;h=d22918426ceae21d743a6c09590ed4efec872bc5;hb=86f53692565aba2dcc0ad5c7c3bba65cffe0d0ec;hp=55c99d748cdaee9569b08174b7e4bb267dadf4c4;hpb=ae70b89347f47e6123a186f5d3a14d5858c6024c;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-frwk.git diff --git a/bt-oal/hardware/bt_gatt_client.h b/bt-oal/hardware/bt_gatt_client.h index 55c99d7..d229184 100644 --- a/bt-oal/hardware/bt_gatt_client.h +++ b/bt-oal/hardware/bt_gatt_client.h @@ -133,7 +133,7 @@ typedef void (*register_for_notification_callback)(int conn_id, typedef void (*notify_callback)(int conn_id, btgatt_notify_params_t *p_data); /** Registers service changed callback operation */ -typedef void (*service_changed_callback)(bt_bdaddr_t *bd_addr, int change_type, uint8_t *uuid, int conn_id); +typedef void (*service_changed_callback)(bt_bdaddr_t *bd_addr, int change_type, uint8_t *uuid, int conn_id, int inst_id); /** Reports result of a GATT read operation */ typedef void (*read_characteristic_callback)(int conn_id, int status,