From 9f478a8305b430f4e0c46e28207aaa4e0f1e1712 Mon Sep 17 00:00:00 2001 From: zhanghaipeng Date: Fri, 29 Dec 2023 14:16:11 +0800 Subject: [PATCH] fix(bt/bluedroid): Update ble ibeacon example document --- .../bluetooth/bluedroid/ble/ble_ibeacon/main/esp_ibeacon_api.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/bluetooth/bluedroid/ble/ble_ibeacon/main/esp_ibeacon_api.h b/examples/bluetooth/bluedroid/ble/ble_ibeacon/main/esp_ibeacon_api.h index b2bbb32139..c4ce40945b 100644 --- a/examples/bluetooth/bluedroid/ble/ble_ibeacon/main/esp_ibeacon_api.h +++ b/examples/bluetooth/bluedroid/ble/ble_ibeacon/main/esp_ibeacon_api.h @@ -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