mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 10:47:19 +02:00
feat(nimble): Added LE GATT Security Levels Characteristic
This commit is contained in:
@ -897,6 +897,12 @@ menu "GAP Service"
|
|||||||
Peripheral Preferred Connection Parameter: Supervision Timeout
|
Peripheral Preferred Connection Parameter: Supervision Timeout
|
||||||
Timeout = Value * 10 ms
|
Timeout = Value * 10 ms
|
||||||
|
|
||||||
|
config BT_NIMBLE_SVC_GAP_GATT_SECURITY_LEVEL
|
||||||
|
bool "LE GATT Security Level Characteristic"
|
||||||
|
default n
|
||||||
|
help
|
||||||
|
Enable the LE GATT Security Level Characteristic
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
menu "BLE Services"
|
menu "BLE Services"
|
||||||
|
@ -1778,6 +1778,11 @@
|
|||||||
CONFIG_BT_NIMBLE_SVC_GAP_PPCP_SUPERVISION_TMO
|
CONFIG_BT_NIMBLE_SVC_GAP_PPCP_SUPERVISION_TMO
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef MYNEWT_VAL_BLE_SVC_GAP_GATT_SECURITY_LEVEL
|
||||||
|
#define MYNEWT_VAL_BLE_SVC_GAP_GATT_SECURITY_LEVEL \
|
||||||
|
CONFIG_BT_NIMBLE_SVC_GAP_GATT_SECURITY_LEVEL
|
||||||
|
#endif
|
||||||
|
|
||||||
/*** nimble/transport */
|
/*** nimble/transport */
|
||||||
#ifndef MYNEWT_VAL_BLE_HCI_TRANSPORT_EMSPI
|
#ifndef MYNEWT_VAL_BLE_HCI_TRANSPORT_EMSPI
|
||||||
#define MYNEWT_VAL_BLE_HCI_TRANSPORT_EMSPI (0)
|
#define MYNEWT_VAL_BLE_HCI_TRANSPORT_EMSPI (0)
|
||||||
|
Reference in New Issue
Block a user