Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit da3c126e authored by Chris Manton's avatar Chris Manton
Browse files

legacy: Add RFCOMM_ConfigCnf UNUSED_ATTR

Bug: 188297862
Test: gd/cert/run
Tag: #refactor

Change-Id: Idcc20031beb5182f73af52b34b21441603e7bdca
parent beb634b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -200,7 +200,7 @@ void RFCOMM_ConfigInd(uint16_t lcid, tL2CAP_CFG_INFO* p_cfg) {
 *                  event to the FSM.
 *
 ******************************************************************************/
void RFCOMM_ConfigCnf(uint16_t lcid, uint16_t initiator,
void RFCOMM_ConfigCnf(uint16_t lcid, UNUSED_ATTR uint16_t initiator,
                      tL2CAP_CFG_INFO* p_cfg) {
  RFCOMM_ConfigInd(lcid, p_cfg);