46e7570dcd
- the first characteristic is used to receive data from client. - the second characteristic is used to notify data to client. - the third characteristic is used to receive command from client, user can add code to process the command. - the fourth characteristic is used to notify status to client. - the fifth characteristic is used to keep ble connection
14 lines
226 B
Text
14 lines
226 B
Text
# Override some defaults so BT stack is enabled
|
|
# in this example
|
|
|
|
#
|
|
# BT config
|
|
#
|
|
CONFIG_BT_ENABLED=y
|
|
|
|
#
|
|
# ESP32-specific config
|
|
#
|
|
CONFIG_ESP32_ENABLE_STACK_BT=y
|
|
# CONFIG_ESP32_ENABLE_STACK_NONE is not set
|
|
CONFIG_MEMMAP_BT=y
|