Skip to content

Commit

Permalink
Merge branch 'doc/update_doc_of_esp_bt_gap_set_cod_v4.4' into 'releas…
Browse files Browse the repository at this point in the history
…e/v4.4'

bt: Optimized the document for GAP API: esp_bt_gap_set_cod (v4.4)

See merge request espressif/esp-idf!22995
  • Loading branch information
jack0c committed Mar 31, 2023
2 parents f67cb1d + 8daf85b commit df8c0f2
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,9 @@ esp_err_t esp_bt_gap_config_eir_data(esp_bt_eir_data_t *eir_data);
/**
* @brief This function is called to set class of device.
* The structure esp_bt_gap_cb_t will be called with ESP_BT_GAP_SET_COD_EVT after set COD ends.
* Some profile have special restrictions on class of device, changes may cause these profile do not work.
* This function should be called after Bluetooth profiles are initialized, otherwise the user configured
* class of device can be overwritten.
* Some profiles have special restrictions on class of device, and changes may make these profiles unable to work.
*
* @param[in] cod - class of device
* @param[in] mode - setting mode
Expand Down

0 comments on commit df8c0f2

Please sign in to comment.