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

Commit a96bf1e8 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

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

Change-Id: I251ec2d97ee5816ac6d7633976739288f288f1c0
parents 2cebc415 e8856cb6
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);