Fixed disable notification for acquire notification
[platform/core/connectivity/bluetooth-frwk.git] / bt-api / include / bt-gatt-server.h
1 #ifndef _BT_GATT_SERVER_H_
2 #define _BT_GATT_SERVER_H_
3
4 #ifdef __cplusplus
5 extern "C" {
6 #endif /* __cplusplus */
7
8 #define BLUETOOTH_ADDRESS_STRING_LENGTH         18
9
10 void  bluetooth_gatt_server_send_acquire_write_response(GVariant * parameter);
11
12 void  bluetooth_gatt_server_send_acquire_notify_response(GVariant * parameter, bt_event_info_t *event_info);
13
14 void cleanup_gatt_acquire_fd(int handle);
15
16
17 #ifdef __cplusplus
18 }
19 #endif /* __cplusplus */
20 #endif /*_BT_GATT_SERVER_H_*/