]> granicus.if.org Git - esp-idf/commit
Merge branch 'bugfix/btdm_gatt_attribute_table_debug' into 'master'
authorIvan Grokhotkov <ivan@espressif.com>
Thu, 9 Mar 2017 05:28:11 +0000 (13:28 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Thu, 9 Mar 2017 05:28:11 +0000 (13:28 +0800)
commit045aa45731feab32bb2fe85a61d5764445fc5aba
tree19025b9b7fd7d66b2e3e0e4259a3fa01d57b167f
parent36feac0d25d38210921c4af9065d64b73365acb0
parenta74f3f9fd731fecd6467fdbd1801399a09a84c45
Merge branch 'bugfix/btdm_gatt_attribute_table_debug' into 'master'

bt component: fix bluetooth gatt packets process bugs

1. Add process of prepare write request packets
2. Add process of execute write request packets
3. Add process of reliable write request packets
4. Fix bug of processing read blob request packets
5. Fix bug of processing write request packets
6. Optimize error check and process in stack

See merge request !558