]> granicus.if.org Git - esp-idf/commit
bt component: fix bluetooth gatt packets process bugs
authorisland <island@espressif.com>
Mon, 6 Mar 2017 09:20:45 +0000 (17:20 +0800)
committerisland <island@espressif.com>
Mon, 6 Mar 2017 09:20:45 +0000 (17:20 +0800)
commit2955b20f2ebbd813b077f4fd34818cae7935c2f7
tree70e35c461b0d4541cb78ed71ac0a7493938edc00
parentc06cc31d85cc700e1dbddbe527d4282c4bc5845a
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
components/bt/bluedroid/api/esp_gatts_api.c
components/bt/bluedroid/stack/gatt/gatt_db.c
components/bt/bluedroid/stack/gatt/gatt_sr.c
components/bt/bluedroid/stack/gatt/gatt_utils.c
components/bt/bluedroid/stack/gatt/include/gatt_int.h
components/bt/bluedroid/stack/include/gatt_api.h