What is this? BT_BTM: Advertising or scaning now, can't set privacy
Posted: Mon Dec 14, 2020 12:14 am
I am seeing the following output when I run idf.py -p COM5 -b 115200 monitor:
E (1986) BT_BTM: Advertising or scaning now, can't set privacy
V (1996) app_main(): ble_gap_event_handler() called.
V (1996) BtController::BleGapEventHandler(): called.
V (1996) BtController::BleGapEventHandler(): ESP_GAP_BLE_ADV_START_COMPLETE_EVT.
I (2006) BtController::BleGapEventHandler(): Start adv successfully
V (2006) BtController::BleGapEventHandler(): done.
What does that error "BT_BTM: Advertising or scaning now, can't set privacy" mean? What ESP-IDF API is throwing it?
E (1986) BT_BTM: Advertising or scaning now, can't set privacy
V (1996) app_main(): ble_gap_event_handler() called.
V (1996) BtController::BleGapEventHandler(): called.
V (1996) BtController::BleGapEventHandler(): ESP_GAP_BLE_ADV_START_COMPLETE_EVT.
I (2006) BtController::BleGapEventHandler(): Start adv successfully
V (2006) BtController::BleGapEventHandler(): done.
What does that error "BT_BTM: Advertising or scaning now, can't set privacy" mean? What ESP-IDF API is throwing it?