]> 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>
Tue, 21 Mar 2017 06:32:25 +0000 (14:32 +0800)
commitea74033d1efe804b70346246dc70e877d510960e
tree14ce422865beaf888b2368adb8814221a98730dd
parent7cd1e0ef4b2790d235fe86fd2e4cb51c72840b36
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