Skip to content

Commit 2b48a8f

Browse files
carlescufijhedberg
authored andcommitted
Bluetooth: tester: Fix packet field name
Correct the name of the boolean include in the set bondable command so it reflects the spec. Signed-off-by: Carles Cufi <[email protected]>
1 parent 5cbc3e0 commit 2b48a8f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/bluetooth/tester/src/bttester.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ struct gap_set_discoverable_rp {
144144

145145
#define GAP_SET_BONDABLE 0x09
146146
struct gap_set_bondable_cmd {
147-
u8_t gap_set_bondable_cmd;
147+
u8_t bondable;
148148
} __packed;
149149
struct gap_set_bondable_rp {
150150
u32_t current_settings;
@@ -740,7 +740,6 @@ struct l2cap_connect_cmd {
740740
u8_t address[6];
741741
u16_t psm;
742742
} __packed;
743-
744743
struct l2cap_connect_rp {
745744
u8_t chan_id;
746745
} __packed;

0 commit comments

Comments
 (0)