esp_ble_gap_set_csa_support() function
This function is used to set which channel selection algorithm(CSA) is supported.
Arguments
csa_select
0: Channel Selection Algorighm will be selected by Controller 1: Select the LE Channel Selection Algorighm #1 2: Select the LE Channel Selection Algorighm #2
Return value
- ESP_OK : success - other : failed
Notes
- This function should only be used when there are BLE compatibility issues about channel hopping after connected. For example, if the peer device only supports CSA#1, this function can be called to make the Controller use CSA#1. - This function is not supported on ESP32.