4c8e01d0e34e5374030162e04ef970be6032f5f2
[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 void  bluetooth_gatt_server_send_acquire_response(GVariant * parameter);
9
10 #ifdef __cplusplus
11 }
12 #endif /* __cplusplus */
13 #endif /*_BT_GATT_SERVER_H_*/