X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=bt-oal%2Finclude%2Foal-gatt.h;h=e448eddb847a3e84dc15318f67edb77e44ecd9e8;hb=f1e986bdf1f3b634e444eacf0be6b82ff89f7c68;hp=29135291fccc79bb2c218486f7eed297e7e6c293;hpb=674f91fb8d853607f6fa2bfc7ee92bad899c9bd1;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-frwk.git diff --git a/bt-oal/include/oal-gatt.h b/bt-oal/include/oal-gatt.h index 2913529..e448edd 100644 --- a/bt-oal/include/oal-gatt.h +++ b/bt-oal/include/oal-gatt.h @@ -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_ */