mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-09 00:30:11 +03:00
- Fix GATTC read by type length error and rsp pdu format check
- Fix p_cur_handle update in gatts_db_read_attr_value_by_type
- Fix len calculation error in calculate_database_info_size
- Replace gatt_find_the_connected_bda with p_tcb_list iteration
- Send cmd reject if cid is invalid
- Fix param_len check in smp_rand_back
- Remove duplicate uuid compare functions
(cherry picked from commit 6242e0244c)
Co-authored-by: zhiweijian <zhiweijian@espressif.com>