component/bt : fix rsp convert

This commit is contained in:
Tian Hao
2016-11-21 12:11:47 +08:00
parent 0245a2028c
commit bf20b958a9
3 changed files with 10 additions and 6 deletions
@@ -114,7 +114,7 @@ typedef enum {
ESP_GATT_CHAR_PROP_BIT_EXT_PROP = (1 << 7), /* 0x80 */
} esp_gatt_char_prop_t;
#define ESP_GATT_MAX_ATTR_LEN 600
#define ESP_GATT_MAX_ATTR_LEN 600 //as same as GATT_MAX_ATTR_LEN
typedef struct {
uint8_t value[ESP_GATT_MAX_ATTR_LEN];
uint16_t handle;