Merge branch 'bugfix/l2cap_no_report_stop_server_evt' into 'master'

fix(bt): Fixed l2cap not reporting stop server completion event

Closes BTQABR2023-470

See merge request espressif/esp-idf!38469
This commit is contained in:
Wang Meng Yang
2025-04-24 14:22:06 +08:00
4 changed files with 51 additions and 28 deletions
@@ -124,7 +124,7 @@ typedef union {
*/
struct l2cap_srv_stop_evt_param {
esp_bt_l2cap_status_t status; /*!< status */
uint8_t psm; /*!< local psm */
uint16_t psm; /*!< local psm */
} srv_stop; /*!< L2CAP callback param of ESP_BT_L2CAP_SRV_STOP_EVT */
/**