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

Commit b0b87b2e authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "legacy: Add RFCOMM_ConfigCnf UNUSED_ATTR" am: 1feda9f8 am: 44d7aade...

Merge "legacy: Add RFCOMM_ConfigCnf UNUSED_ATTR" am: 1feda9f8 am: 44d7aade am: 8c52947d am: e8856cb6 am: a96bf1e8

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1818753

Change-Id: Ia8fb952306e3cf752cb63d9aa1730ae8c1e9ca12
parents 65ef9971 a96bf1e8
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);