Skip to content

Commit 4709f13

Browse files
AresMasterfpistm
authored andcommitted
fix(L2CAPSignaling): undefined variables
Signed-off-by: Arkadiusz Ambroziak <[email protected]> Co-Auhthored-by: Frederic Pillon <[email protected]>
1 parent 1a8711f commit 4709f13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utility/L2CAPSignaling.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,9 @@ void L2CAPSignalingClass::handleSecurityData(uint16_t connectionHandle, uint8_t
230230
Serial.print("V : ");
231231
btct.printBytes(V,32);
232232
Serial.print("X : ");
233-
btct.printBytes(X,16);
233+
btct.printBytes(HCI.Na,16);
234234
Serial.print("Y : ");
235-
btct.printBytes(Y,16);
235+
btct.printBytes(HCI.Nb,16);
236236
Serial.print("g2res : ");
237237
btct.printBytes(g2Result,4);
238238
Serial.print("Result : ");

0 commit comments

Comments
 (0)