summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorChristopher Collins <ccollins@apache.org>2016-05-04 19:36:41 -0700
committerChristopher Collins <ccollins@apache.org>2016-05-04 19:36:41 -0700
commit0b42e392b23bc5d2abedd4558aa0c62d20007078 (patch)
tree0ab844650119b12efdd19983b0da9507187d8882 /net
parentfbe90aec020647f3e6d8f361dd20425e2409c149 (diff)
BLE host - fix typo in iocap-pairing tables.
Diffstat (limited to 'net')
-rw-r--r--net/nimble/host/src/ble_l2cap_sm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/nimble/host/src/ble_l2cap_sm.c b/net/nimble/host/src/ble_l2cap_sm.c
index 6eed99a1..bafaaa66 100644
--- a/net/nimble/host/src/ble_l2cap_sm.c
+++ b/net/nimble/host/src/ble_l2cap_sm.c
@@ -679,7 +679,7 @@ static const uint8_t initiator_pkact[5 /*init*/ ][5 /*resp */] =
{PKACT_NONE, PKACT_NONE, PKACT_INPUT, PKACT_NONE, PKACT_INPUT},
{PKACK_GEN_DISP, PKACK_GEN_DISP, PKACT_INPUT, PKACT_NONE, PKACK_GEN_DISP},
{PKACT_NONE, PKACT_NONE, PKACT_NONE, PKACT_NONE, PKACT_NONE},
- {PKACK_GEN_DISP, PKACK_GEN_DISP, PKACT_INPUT, PKACT_NONE, PKACK_GEN_DISP},
+ {PKACK_GEN_DISP, PKACK_GEN_DISP, PKACK_GEN_DISP, PKACT_NONE, PKACK_GEN_DISP},
};
/* This is the initiator passkey action action depending on the io
@@ -690,7 +690,7 @@ static const uint8_t responder_pkact[5 /*init*/ ][5 /*resp */] =
{PKACT_NONE, PKACT_NONE, PKACK_GEN_DISP, PKACT_NONE, PKACK_GEN_DISP},
{PKACT_INPUT, PKACT_INPUT, PKACT_INPUT, PKACT_NONE, PKACT_INPUT},
{PKACT_NONE, PKACT_NONE, PKACT_NONE, PKACT_NONE, PKACT_NONE},
- {PKACT_INPUT, PKACT_INPUT, PKACK_GEN_DISP, PKACT_NONE, PKACT_INPUT},
+ {PKACT_INPUT, PKACT_INPUT, PKACT_INPUT, PKACT_NONE, PKACT_INPUT},
};
static int