编码转换: GBK -> UTF-8,所有.c/.h源文件中文注释统一UTF-8编码
This commit is contained in:
@@ -199,7 +199,7 @@ extern const uint8_t VER_LIB[]; // LIB version
|
||||
#define ABS(n) (((n) < 0) ? -(n) : (n))
|
||||
#endif
|
||||
|
||||
/* TxPower define(Accuracy:¡À2dBm) */
|
||||
/* TxPower define(Accuracy:±2dBm) */
|
||||
#define LL_TX_POWEER_MINUS_20_DBM 0x01
|
||||
#define LL_TX_POWEER_MINUS_15_DBM 0x03
|
||||
#define LL_TX_POWEER_MINUS_10_DBM 0x05
|
||||
@@ -785,7 +785,7 @@ extern const uint8_t VER_LIB[]; // LIB version
|
||||
#define TGAP_AUTH_TASK_ID 24 //!< Task ID override for Task Authentication control (for stack internal use only)
|
||||
|
||||
// v5.x
|
||||
#define TGAP_ADV_TX_POWER 25 //!< Indicates the maximum power level Range: -127 ¡Ü N ¡Ü +126 Units: dBm.Default 127(Host has no preference).
|
||||
#define TGAP_ADV_TX_POWER 25 //!< Indicates the maximum power level Range: -127 ≤ N ≤ +126 Units: dBm.Default 127(Host has no preference).
|
||||
#define TGAP_ADV_PRIMARY_PHY 26 //!< resv.
|
||||
#define TGAP_ADV_SECONDARY_PHY 27 //!< LE 1M/LE 2M. Default GAP_PHY_VAL_LE_1M.
|
||||
#define TGAP_ADV_SECONDARY_MAX_SKIP 28 //!< Maximum advertising events the Controller can skip before sending the AUX_ADV_IND packets on the secondary advertising channel. Default 0.
|
||||
@@ -1122,7 +1122,7 @@ extern const uint8_t VER_LIB[]; // LIB version
|
||||
#define SMP_PAIRING_FAILED_UNSPECIFIED 0x08 //!< Pairing failed due to an unspecified reason
|
||||
#define SMP_PAIRING_FAILED_REPEATED_ATTEMPTS 0x09 //!< Pairing or authentication procedure is disallowed because too little time has elapsed since the last pairing request or security request.
|
||||
#define SMP_PAIRING_FAILED_INVALID_PARAMERERS 0x0A //!< The Invalid Parameters error code indicates that the command length is invalid or that a parameter is outside of the specified range.
|
||||
#define SMP_PAIRING_FAILED_DHKEY_CHECK_FAILED 0x0B //!< Indicates to the remote device that the DHKey Check value received doesn¡¯t match the one calculated by the local device.
|
||||
#define SMP_PAIRING_FAILED_DHKEY_CHECK_FAILED 0x0B //!< Indicates to the remote device that the DHKey Check value received doesn’t match the one calculated by the local device.
|
||||
#define SMP_PAIRING_FAILED_NUMERIC_COMPARISON 0x0C //!< Indicates that the confirm values in the numeric comparison protocol do not match.
|
||||
#define SMP_PAIRING_FAILED_KEY_REJECTED 0x0F //!< Indicates that the device chose not to accept a distributed key.
|
||||
|
||||
@@ -2877,7 +2877,7 @@ typedef struct tag_rf_config
|
||||
* @return access address
|
||||
* the Access Address meets the following requirements:
|
||||
* It shall have no more than six consecutive zeros or ones.
|
||||
* It shall not be t he advertising channel packets¡¯ Access Address.
|
||||
* It shall not be t he advertising channel packets’ Access Address.
|
||||
* It shall not be a sequence that differ s from the advertising channel packets' Access Address by only one bit.
|
||||
* It shall not have all four octets equal.
|
||||
* It shall have no more than 24 transitions.
|
||||
@@ -4037,7 +4037,7 @@ typedef struct tag_rf_config
|
||||
* @return SUCCESS - bond record found and changed
|
||||
* bleIncorrectMode - Link not found.
|
||||
*/
|
||||
#define GAPBondMgr_OobRsp (( bStatus_t (*) ( uint16_t connHandle, uint8_t status, uint8_t *oob, uint8_t * c_peer )£© BLE_LIB_JT(139) )
|
||||
#define GAPBondMgr_OobRsp (( bStatus_t (*) ( uint16_t connHandle, uint8_t status, uint8_t *oob, uint8_t * c_peer )) BLE_LIB_JT(139) )
|
||||
|
||||
/**
|
||||
* @brief Initialization function for the ecc-function callback.
|
||||
@@ -4046,7 +4046,7 @@ typedef struct tag_rf_config
|
||||
*
|
||||
* @return null.
|
||||
*/
|
||||
#define GAPBondMgr_EccInit (( void (*) ( gapEccCBs_t *pEcc )£© BLE_LIB_JT(140) )
|
||||
#define GAPBondMgr_EccInit (( void (*) ( gapEccCBs_t *pEcc )) BLE_LIB_JT(140) )
|
||||
|
||||
/**
|
||||
* @brief Send a security request
|
||||
|
||||
Reference in New Issue
Block a user