Example of usage of HCI vendor specific Set Scan Request Reports command, Scan Request Received Event and corresponding callback to get application events. The sample application shows usage as an alternative to extended advertisent saving precious RAM. Signed-off-by: Giancarlo Stasi <giancarlo.stasi.co@gmail.com>
7 lines
148 B
Plaintext
7 lines
148 B
Plaintext
CONFIG_BT=y
|
|
CONFIG_LOG=y
|
|
CONFIG_BT_BROADCASTER=y
|
|
CONFIG_BT_DEVICE_NAME="VS Scan Notify"
|
|
CONFIG_BT_HCI_VS_EVT_USER=y
|
|
CONFIG_BT_CTLR_VS_SCAN_REQ_RX=y
|