mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
Fixed typos on booleans.
Merges https://github.com/espressif/esp-idf/pull/2067
This commit is contained in:

committed by
Ivan Grokhotkov

parent
0cab3cecfd
commit
a8da9c1b96
@@ -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 */
|
||||
|
Reference in New Issue
Block a user