Implemented enable and disable Gatt watch notification
[platform/core/connectivity/bluetooth-frwk.git] / bt-oal / include / oal-gatt.h
index 2913529..e448edd 100644 (file)
@@ -438,4 +438,10 @@ oal_status_t gattc_write_descriptor(int conn_id, oal_gatt_srvc_id_t *srvc_id, oa
 oal_status_t gattc_disconnect(int client_id, bt_address_t *device_address, int conn_id);
 
 oal_status_t gattc_conn_param_update(bt_address_t * address, int min, int max, int latency, int timeout);
+
+oal_status_t gattc_register_for_notification(int client_id, bt_address_t * address,
+                               oal_gatt_srvc_id_t *srvc_id, oal_gatt_id_t *char_id);
+
+oal_status_t gattc_deregister_for_notification(int client_id, bt_address_t * address,
+                               oal_gatt_srvc_id_t *srvc_id, oal_gatt_id_t *char_id);
 #endif /* OAL_GATT_H_ */