fix(bt/bluedroid): Update ble ibeacon example document

This commit is contained in:
zhanghaipeng 2023-12-29 14:16:11 +08:00
parent e8a7e1f600
commit e76135fedf

View File

@ -23,9 +23,6 @@
#include "esp_gap_ble_api.h"
#include "esp_gattc_api.h"
/* Because current ESP IDF version doesn't support scan and adv simultaneously,
* so iBeacon sender and receiver should not run simultaneously */
#define IBEACON_SENDER 0
#define IBEACON_RECEIVER 1
#define IBEACON_MODE CONFIG_IBEACON_MODE