Add service added event handling logic
[platform/core/connectivity/bluetooth-frwk.git] / bt-oal / hardware / bt_gatt_client.h
index 55c99d7..d229184 100644 (file)
@@ -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,