Skip to content

Commit 11b4b48

Browse files
AresMasterfpistm
authored andcommitted
fix(L2CAPSignaling): undefined variables
Signed-off-by: Arkadiusz Ambroziak <arekambroziak@op.pl> Co-Auhthored-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 23548e1 commit 11b4b48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utility/L2CAPSignaling.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,9 @@ void L2CAPSignalingClass::handleSecurityData(uint16_t connectionHandle, uint8_t
232232
Serial.print("V : ");
233233
btct.printBytes(V,32);
234234
Serial.print("X : ");
235-
btct.printBytes(X,16);
235+
btct.printBytes(HCI.Na,16);
236236
Serial.print("Y : ");
237-
btct.printBytes(Y,16);
237+
btct.printBytes(HCI.Nb,16);
238238
Serial.print("g2res : ");
239239
btct.printBytes(g2Result,4);
240240
Serial.print("Result : ");

0 commit comments

Comments
 (0)