esp_phy_bt_tx_tone() function
BLE Carrier Wave(CW) TX command
Syntax
void esp_phy_bt_tx_tone(uint32_t start,
uint32_t chan,
uint32_t power);
Arguments
start
enable CW, 1 means transmit, 0 means stop transmitting;
chan
Single carrier transmission channel selection, range is 0~39, corresponding frequency freq = 2402+chan*2;
power
CW power attenuation parameter, unit is 0.25dB. 4 indicates the power is attenuated by 1dB.
Examples
esp_phy_bt_tx_tone() is referenced by 1 libraries and example projects: