mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
feat(nimble): backport fixes for BLE 5.4 PTS Related Features and Fixes
This commit is contained in:
parent
071f0f9a92
commit
444cb8778a
@ -1 +1 @@
|
|||||||
Subproject commit dfdcf0ba53c908d5a2f0d0f5848f6acf4799930f
|
Subproject commit abf630be427e40426af172bf0eabd702697531b9
|
@ -964,7 +964,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef MYNEWT_VAL_BLE_STORE_MAX_CSFCS
|
#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
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_BT_NIMBLE_MAX_EADS
|
#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 */
|
0, /* No more descriptors in this characteristic */
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
.cpfd = NULL,
|
||||||
}, {
|
}, {
|
||||||
0, /* No more characteristics in this service. */
|
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 */
|
0, /* No more descriptors in this characteristic */
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
.cpfd = NULL,
|
||||||
}, {
|
}, {
|
||||||
0, /* No more characteristics in this service. */
|
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 */
|
0, /* No more descriptors in this characteristic */
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
.cpfd = NULL,
|
||||||
}, {
|
}, {
|
||||||
0, /* No more characteristics in this service. */
|
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 */
|
0, /* No more descriptors in this characteristic */
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
.cpfd = NULL,
|
||||||
}, {
|
}, {
|
||||||
0, /* No more characteristics in this service. */
|
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 */
|
0, /* No more descriptors in this characteristic */
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
.cpfd = NULL,
|
||||||
}, {
|
}, {
|
||||||
0, /* No more characteristics in this service. */
|
0, /* No more characteristics in this service. */
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user