feat(nimble): signed write support

This commit is contained in:
SumeetSingh19 2024-01-22 12:43:44 +05:30 committed by Rahul Tank
parent 0dbfe37505
commit 90c029494f
2 changed files with 5 additions and 1 deletions

@ -1 +1 @@
Subproject commit bb736f15dc981b21762a86d3197736bddda1dfc6 Subproject commit e6c502f259812a6d09064fb684e3b56195c80341

View File

@ -92,6 +92,10 @@ extern "C" {
#define NIMBLE_BLE_ATT_CLT_WRITE \ #define NIMBLE_BLE_ATT_CLT_WRITE \
(MYNEWT_VAL(BLE_GATT_WRITE)) (MYNEWT_VAL(BLE_GATT_WRITE))
#undef NIMBLE_BLE_ATT_CLT_SIGNED_WRITE
#define NIMBLE_BLE_ATT_CLT_SIGNED_WRITE \
(MYNEWT_VAL(BLE_GATT_SIGNED_WRITE))
#undef NIMBLE_BLE_ATT_CLT_WRITE_NO_RSP #undef NIMBLE_BLE_ATT_CLT_WRITE_NO_RSP
#define NIMBLE_BLE_ATT_CLT_WRITE_NO_RSP \ #define NIMBLE_BLE_ATT_CLT_WRITE_NO_RSP \
(MYNEWT_VAL(BLE_GATT_WRITE_NO_RSP)) (MYNEWT_VAL(BLE_GATT_WRITE_NO_RSP))