forked from CU-ECEN-5823/course-project-PuneetBansal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gatt_db.h
30 lines (23 loc) · 819 Bytes
/
gatt_db.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
// Copyright 2019 Silicon Laboratories, Inc.
//
//
/********************************************************************
* Autogenerated file, do not edit.
*******************************************************************/
#ifndef __GATT_DB_H
#define __GATT_DB_H
#include "bg_gattdb_def.h"
extern const struct bg_gattdb_def bg_gattdb_data;
#define gattdb_service_changed_char 3
#define gattdb_database_hash 6
#define gattdb_client_support_features 8
#define gattdb_device_name 11
#define gattdb_ota_control 31
typedef enum
{
mesh_provisioning_service = 0x0001,
mesh_proxy_service = 0x0002,
mesh_default = 0x0004,
bg_gattdb_data_all_caps = 0x0007
} bg_gattdb_data_cap_t;
#endif