23 lines
700 B
C
23 lines
700 B
C
/********************************************************************
|
|
* Autogenerated file, do not edit.
|
|
*******************************************************************/
|
|
|
|
#ifndef __GATT_DB_H
|
|
#define __GATT_DB_H
|
|
|
|
#include "sli_bt_gattdb_def.h"
|
|
|
|
extern const sli_bt_gattdb_t gattdb;
|
|
|
|
#define gattdb_generic_attribute 1
|
|
#define gattdb_service_changed_char 3
|
|
#define gattdb_database_hash 6
|
|
#define gattdb_client_support_features 8
|
|
#define gattdb_device_name 11
|
|
#define gattdb_CHIPoBLEChar_Rx 23
|
|
#define gattdb_CHIPoBLEChar_Tx 25
|
|
#define gattdb_CHIPoBLEChar_C3 28
|
|
|
|
|
|
#endif // __GATT_DB_H
|