* @brief service element
*/
typedef struct {
- bool is_primary; /*!< The service flag, ture if the service is primary service, else is secondly service */
+ bool is_primary; /*!< The service flag, true if the service is primary service, else is secondly service */
uint16_t start_handle; /*!< The start handle of the service */
uint16_t end_handle; /*!< The end handle of the service */
esp_bt_uuid_t uuid; /*!< The uuid of the service */
**
** Returns TRUE - if the request is processed successfully and
** the response is returned in p_rsp.
-** FASLE - if the request can not be processed
+** FALSE - if the request can not be processed
**
*******************************************************************************/
BOOLEAN bta_gatts_co_srv_chg(tBTA_GATTS_SRV_CHG_CMD cmd,
**
** Returns TRUE - if the request is processed successfully and
** the response is returned in p_rsp.
-** FASLE - if the request can not be processed
+** FALSE - if the request can not be processed
**
*******************************************************************************/
extern BOOLEAN bta_gatts_co_srv_chg(tBTA_GATTS_SRV_CHG_CMD cmd,
**
** Description This function is called to read the local DIV
**
-** Returns TURE - if a valid DIV is availavle
+** Returns TRUE - if a valid DIV is availavle
*******************************************************************************/
BOOLEAN btm_get_local_div (BD_ADDR bd_addr, UINT16 *p_div)
{
* @brief Determine if the specified GPIO is a valid RTC GPIO.
*
* @param gpio_num GPIO number
- * @return true if GPIO is valid for RTC GPIO use. talse otherwise.
+ * @return true if GPIO is valid for RTC GPIO use. false otherwise.
*/
inline static bool rtc_gpio_is_valid_gpio(gpio_num_t gpio_num)
{
ticks_per_us = s_timer_ticks_per_us;
/* Read them again and compare */
- /* In this function, do not call timer_count_reload() when overflow is ture.
+ /* In this function, do not call timer_count_reload() when overflow is true.
* Because there's remain count enough to allow FRC_TIMER_COUNT_REG grow
*/
if (REG_READ(FRC_TIMER_COUNT_REG(1)) > timer_val &&