BLE Gatt Server Socket notify implementation.
[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);
13
14 #ifdef __cplusplus
15 }
16 #endif /* __cplusplus */
17 #endif /*_BT_GATT_SERVER_H_*/