mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +00:00
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:
@@ -349,6 +349,7 @@ typedef struct {
|
||||
UINT16 handle;
|
||||
UINT16 offset;
|
||||
BOOLEAN is_long;
|
||||
BOOLEAN need_rsp;
|
||||
} tGATT_READ_REQ;
|
||||
|
||||
/* write request data */
|
||||
|
Reference in New Issue
Block a user