feat(bt/bluedroid): Add BLE connection id param for ESP_GATTS_RESPONSE_EVT

(cherry picked from commit e4a372ab76)

Co-authored-by: chenjianhua <chenjianhua@espressif.com>
This commit is contained in:
Chen Jian Hua
2024-09-19 09:12:41 +08:00
parent 0955c1aabe
commit 805ee5af90
2 changed files with 5 additions and 3 deletions

View File

@@ -242,6 +242,7 @@ typedef union {
*/
struct gatts_rsp_evt_param {
esp_gatt_status_t status; /*!< Operation status */
uint16_t conn_id; /*!< Connection id */
uint16_t handle; /*!< Attribute handle which send response */
} rsp; /*!< Gatt server callback param of ESP_GATTS_RESPONSE_EVT */