Search found 1 match

by codeerror0x01
Thu May 16, 2024 11:44 am
Forum: ESP-IDF
Topic: How to set BLE-MESH tx power
Replies: 1
Views: 804

How to set BLE-MESH tx power

Hey guys. I'd like to set up a BLE Mesh network with esp32s3, and I want to control it's tx transmission power. I found there's an api names 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 BL...