Diff between 5bededf104bf510b66ef6929cd715d3ccbf6d799 and f32b7f505c3d3a761fa205529bd89ca180b7fbef
Changed Files
| File | Additions | Deletions | Status |
| tools/l2cap-tester.c | +1 | -1 | modified |
Full Patch
diff --git a/tools/l2cap-tester.c b/tools/l2cap-tester.c
index f7de120..8385941 100644
--- a/tools/l2cap-tester.c
+++ b/tools/l2cap-tester.c
@@ -426,7 +426,7 @@ static const struct l2cap_data le_client_connect_success_test_1 = {
static const struct l2cap_data le_client_connect_success_test_2 = {
.client_psm = 0x0080,
.server_psm = 0x0080,
- .sec_level = BT_SECURITY_MEDIUM,
+ .sec_level = BT_SECURITY_MEDIUM,
};
static const uint8_t cmd_reject_rsp[] = { 0x01, 0x01, 0x02, 0x00, 0x00, 0x00 };