Search found 1 match

by noleynik
Sun Dec 10, 2023 2:00 pm
Forum: ESP-IDF
Topic: esp_ble_tx_power_set returns error 0x106 (262)
Replies: 0
Views: 4015

esp_ble_tx_power_set returns error 0x106 (262)

when trying to do esp_ble_tx_power_set(ESP_BLE_PWR_TYPE_CONN_HDL0, ESP_PWR_LVL_P3) after the ESP_GATTC_CONNECT_EVT event, error 0x106 (262) is returned. What is this error and how can I solve it? We need maximum transmit power when the ble connection is active. Configuration: esp32c3, idf 5.1.1, esp...