mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 03:34:32 +02:00
feat(nimble): backport fixes for BLE 5.4 PTS Related Features and Fixes
This commit is contained in:
Submodule components/bt/host/nimble/nimble updated: dfdcf0ba53...abf630be42
@@ -964,7 +964,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef MYNEWT_VAL_BLE_STORE_MAX_CSFCS
|
||||
#define MYNEWT_VAL_BLE_STORE_MAX_CSFCS (CONFIG_BT_NIMBLE_MAX_CONNECTIONS)
|
||||
#define MYNEWT_VAL_BLE_STORE_MAX_CSFCS CONFIG_BT_NIMBLE_MAX_BONDS
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_BT_NIMBLE_MAX_EADS
|
||||
|
@@ -60,6 +60,7 @@ const struct ble_gatt_svc_def gatt_svr_svcs[] = {
|
||||
0, /* No more descriptors in this characteristic */
|
||||
}
|
||||
},
|
||||
.cpfd = NULL,
|
||||
}, {
|
||||
0, /* No more characteristics in this service. */
|
||||
}
|
||||
|
@@ -70,6 +70,7 @@ static const struct ble_gatt_svc_def gatt_svr_svcs[] = {
|
||||
0, /* No more descriptors in this characteristic */
|
||||
}
|
||||
},
|
||||
.cpfd = NULL,
|
||||
}, {
|
||||
0, /* No more characteristics in this service. */
|
||||
}
|
||||
|
@@ -55,6 +55,7 @@ static const struct ble_gatt_svc_def gatt_svr_svcs[] = {
|
||||
0, /* No more descriptors in this characteristic */
|
||||
}
|
||||
},
|
||||
.cpfd = NULL,
|
||||
}, {
|
||||
0, /* No more characteristics in this service. */
|
||||
}
|
||||
|
@@ -83,6 +83,7 @@ static const struct ble_gatt_svc_def gatt_svr_svcs[] = {
|
||||
0, /* No more descriptors in this characteristic */
|
||||
}
|
||||
},
|
||||
.cpfd = NULL,
|
||||
}, {
|
||||
0, /* No more characteristics in this service. */
|
||||
}
|
||||
|
@@ -70,6 +70,7 @@ static const struct ble_gatt_svc_def gatt_svr_svcs[] = {
|
||||
0, /* No more descriptors in this characteristic */
|
||||
}
|
||||
},
|
||||
.cpfd = NULL,
|
||||
}, {
|
||||
0, /* No more characteristics in this service. */
|
||||
}
|
||||
|
Reference in New Issue
Block a user