Skip to content

Commit ae6b33b

Browse files
Thalleydanieldegrasse
authored andcommitted
Bluetooth: CSIP: Remove excess + at start of link for test_k
Removed the excess +. Signed-off-by: Emil Gydesen <[email protected]>
1 parent 5a2765d commit ae6b33b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/bluetooth/audio/csip_set_member.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ static int sirk_encrypt(struct bt_conn *conn, const struct bt_csip_sirk *sirk,
172172
/* test_k is from the sample data from A.2 in the CSIS spec */
173173
static const uint8_t test_k[] = {
174174
/* Sample data is in big-endian, we need it in little-endian. */
175-
+ REVERSE_ARGS(0x67, 0x6e, 0x1b, 0x9b,
175+
REVERSE_ARGS(0x67, 0x6e, 0x1b, 0x9b,
176176
0xd4, 0x48, 0x69, 0x6f,
177177
0x06, 0x1e, 0xc6, 0x22,
178178
0x3c, 0xe5, 0xce, 0xd9) };

0 commit comments

Comments
 (0)