feat(nimble): backport fixes for BLE 5.4 PTS Related Features and Fixes

This commit is contained in:
Sumeet Singh
2024-11-19 14:27:45 +05:30
committed by Rahul Tank
parent 071f0f9a92
commit 444cb8778a
7 changed files with 7 additions and 2 deletions

View File

@@ -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

View File

@@ -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. */
}

View File

@@ -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. */
}

View File

@@ -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. */
}

View File

@@ -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. */
}

View File

@@ -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. */
}