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 <carles.cufi@nordicsemi.no>
This commit is contained in:
parent
5cbc3e0c6c
commit
2b48a8f37b
|
@ -144,7 +144,7 @@ struct gap_set_discoverable_rp {
|
|||
|
||||
#define GAP_SET_BONDABLE 0x09
|
||||
struct gap_set_bondable_cmd {
|
||||
u8_t gap_set_bondable_cmd;
|
||||
u8_t bondable;
|
||||
} __packed;
|
||||
struct gap_set_bondable_rp {
|
||||
u32_t current_settings;
|
||||
|
@ -740,7 +740,6 @@ struct l2cap_connect_cmd {
|
|||
u8_t address[6];
|
||||
u16_t psm;
|
||||
} __packed;
|
||||
|
||||
struct l2cap_connect_rp {
|
||||
u8_t chan_id;
|
||||
} __packed;
|
||||
|
|
Loading…
Reference in New Issue