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: ...
esp_ble_tx_power_set(esp_ble_power_type_t, esp_ble_power_level_t), but the documents says it should only be set after connection created. As far as I know BLE Mesh is connectionless, so what's the proper way to control the tx power in a BLE MESH network?che...
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: ...