component/bt : Optimize Gatt attr table and fix some bugs

1. Optimize GATT attribute table structure
2. fix read/write bugs
3. add docs
This commit is contained in:
Island
2017-01-12 00:48:48 +08:00
committed by Tian Hao
parent d512d6100c
commit 9f151d745e
12 changed files with 284 additions and 223 deletions

View File

@@ -349,6 +349,7 @@ typedef struct {
UINT16 handle;
UINT16 offset;
BOOLEAN is_long;
BOOLEAN need_rsp;
} tGATT_READ_REQ;
/* write request data */