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

This commit is contained in:
xiongweichao
2025-04-14 10:51:53 +08:00
parent 7e1c43060a
commit b9182a8293
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 */
/**