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

@@ -1105,7 +1105,7 @@ BOOLEAN btm_ble_get_enc_key_type(BD_ADDR bd_addr, UINT8 *p_key_types)
**
** 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)
{