mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
feat(nimble): signed write support
This commit is contained in:
parent
0dbfe37505
commit
90c029494f
@ -1 +1 @@
|
||||
Subproject commit bb736f15dc981b21762a86d3197736bddda1dfc6
|
||||
Subproject commit e6c502f259812a6d09064fb684e3b56195c80341
|
@ -92,6 +92,10 @@ extern "C" {
|
||||
#define NIMBLE_BLE_ATT_CLT_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
|
||||
#define NIMBLE_BLE_ATT_CLT_WRITE_NO_RSP \
|
||||
(MYNEWT_VAL(BLE_GATT_WRITE_NO_RSP))
|
||||
|
Loading…
x
Reference in New Issue
Block a user