component/bt: Fix Gatt table read_req bug and advertising channel 39 not available bug

This commit is contained in:
Island
2017-01-24 18:38:50 +08:00
parent fab35cb307
commit c6bb239f0c
2 changed files with 8 additions and 2 deletions

View File

@@ -95,7 +95,7 @@ typedef enum {
typedef enum {
ADV_CHNL_37 = 0x01,
ADV_CHNL_38 = 0x02,
ADV_CHNL_39 = 0x03,
ADV_CHNL_39 = 0x04,
ADV_CHNL_ALL = 0x07,
} esp_ble_adv_channel_t;