Fixed typos on booleans.

Merges https://github.com/espressif/esp-idf/pull/2067
This commit is contained in:
Le-Andrew
2018-06-15 19:32:43 +10:00
committed by Ivan Grokhotkov
parent 0cab3cecfd
commit a8da9c1b96
6 changed files with 6 additions and 6 deletions

View File

@@ -422,7 +422,7 @@ typedef struct {
* @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 */