6c8a8664aa
Originally, when doing BLE active scan, Bluedroid will not report adv to application layer until receive scan response. This option is used to disable the behavior. When enable this option, Bluedroid will report adv data or scan response to application layer immediately.
7 lines
173 B
Text
7 lines
173 B
Text
menu "Example Configuration"
|
|
|
|
config EXAMPLE_DUMP_ADV_DATA_AND_SCAN_RESP
|
|
bool "Dump whole adv data and scan response data in example"
|
|
default n
|
|
|
|
endmenu
|