We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dd610a commit ff9698aCopy full SHA for ff9698a
nimble/host/include/host/ble_gatt.h
@@ -198,6 +198,9 @@ struct ble_hs_cfg;
198
199
/** @} */
200
201
+/** Client supported features size. For now only 3 bits in first octet are defined */
202
+#define BLE_GATT_CHR_CLI_SUP_FEAT_SZ 1
203
+
204
/*** @client. */
205
/** Represents a GATT error. */
206
struct ble_gatt_error {
nimble/host/src/ble_gatt_priv.h
@@ -88,11 +88,6 @@ extern STATS_SECT_DECL(ble_gatts_stats) ble_gatts_stats;
88
89
#define BLE_GATT_CHR_DECL_SZ_16 5
90
#define BLE_GATT_CHR_DECL_SZ_128 19
91
-#define BLE_GATT_CHR_CLI_SUP_FEAT_SZ 1
92
-/**
93
- * For now only 3 bits in first octet are defined
94
- *
95
- */
96
#define BLE_GATT_CHR_CLI_SUP_FEAT_MASK 7
97
#define BLE_GATT_DB_HASH_SZ 16
98
0 commit comments