Skip to content

Commit 6df549d

Browse files
committed
docs(ble):Added the parameter name data in esp_vhci_host_send_packet
1 parent efbc3bb commit 6df549d

File tree

1 file changed

+2
-2
lines changed
  • components/bt/include/esp32/include

1 file changed

+2
-2
lines changed

components/bt/include/esp32/include/esp_bt.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ esp_err_t esp_ble_tx_power_set(esp_ble_power_type_t power_type, esp_power_level_
336336
/**
337337
* @brief Get BLE TX power
338338
*
339-
* @note Connection TX power should only be retrived after the connection is established.
339+
* @note Connection TX power should only be retrieved after the connection is established.
340340
*
341341
* @param[in] power_type The type of TX power. It could be Advertising/Connection/Default and etc.
342342
*
@@ -488,7 +488,7 @@ bool esp_vhci_host_check_send_available(void);
488488
* 1. This function shall not be called within a critical section or when the scheduler is suspended.
489489
* 2. This function should be called only if `esp_vhci_host_check_send_available()` returns True.
490490
*
491-
* @param[in] Pointer to the packet data
491+
* @param[in] data Pointer to the packet data
492492
* @param[in] len The packet length
493493
*/
494494
void esp_vhci_host_send_packet(uint8_t *data, uint16_t len);

0 commit comments

Comments
 (0)