mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
component/bt: Modify some ambiguous descriptions (release v4.2)
This commit is contained in:
parent
eedcb8c97f
commit
bfa07bb9d8
@ -312,7 +312,7 @@ esp_err_t esp_ble_gattc_app_unregister(esp_gatt_if_t gattc_if);
|
|||||||
* @param[in] gattc_if: Gatt client access interface.
|
* @param[in] gattc_if: Gatt client access interface.
|
||||||
* @param[in] remote_bda: remote device bluetooth device address.
|
* @param[in] remote_bda: remote device bluetooth device address.
|
||||||
* @param[in] remote_addr_type: remote device bluetooth device the address type.
|
* @param[in] remote_addr_type: remote device bluetooth device the address type.
|
||||||
* @param[in] is_direct: direct connection or background auto connection
|
* @param[in] is_direct: direct connection or background auto connection(by now, background auto connection is not supported).
|
||||||
*
|
*
|
||||||
* @return
|
* @return
|
||||||
* - ESP_OK: success
|
* - ESP_OK: success
|
||||||
|
@ -488,6 +488,7 @@ esp_err_t esp_bt_sleep_disable(void);
|
|||||||
* Note that scan duplicate list will be automatically cleared when the maximum amount of device in the filter is reached
|
* Note that scan duplicate list will be automatically cleared when the maximum amount of device in the filter is reached
|
||||||
* the amount of device in the filter can be configured in menuconfig.
|
* the amount of device in the filter can be configured in menuconfig.
|
||||||
*
|
*
|
||||||
|
* @note This function name is incorrectly spelled, it will be fixed in release 5.x version.
|
||||||
*
|
*
|
||||||
* @return
|
* @return
|
||||||
* - ESP_OK : success
|
* - ESP_OK : success
|
||||||
|
Loading…
Reference in New Issue
Block a user