]> granicus.if.org Git - esp-idf/commit
Merge branch 'bugfix/btdm_gatts_write_desc_error' into 'master'
authorIvan Grokhotkov <ivan@espressif.com>
Fri, 24 Feb 2017 07:11:18 +0000 (15:11 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Fri, 24 Feb 2017 07:11:18 +0000 (15:11 +0800)
commit708539c559b32c171c60372261d069cda073f97a
tree89598d35e7ed6aaa3e0432eb0d6b833207c98af0
parent36b3963efb41c193152995763786631563c8ea17
parentabf87b000d3ae6af326b2cbbd39dbac7b61645b8
Merge branch 'bugfix/btdm_gatts_write_desc_error' into 'master'

component/bt:fixed the write ccc crash bug error

fix the gatt server write ccc lead to the system crash if not initialize the ccc value.

See merge request !515