Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d85bb264 authored by Johan Hedberg's avatar Johan Hedberg Committed by Gustavo Padovan
Browse files

Bluetooth: Add missing confirm_name field to mgmt_ev_device_found



This patch adds a missing confirm_name field to mgmt_ev_device_found.
Support for setting the correct value for this field is not implemented
yet, but having it part of the struct definition ensures that user-space
gets correct sized device_found events and is thereby able to do at
least rudimentary parsing of them.

Signed-off-by: default avatarJohan Hedberg <johan.hedberg@intel.com>
Signed-off-by: default avatarGustavo F. Padovan <padovan@profusion.mobi>
parent 65983fc7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -357,6 +357,7 @@ struct mgmt_ev_device_found {
	struct mgmt_addr_info addr;
	__u8 dev_class[3];
	__s8 rssi;
	__u8 confirm_name;
	__u8 eir[HCI_MAX_EIR_LENGTH];
} __packed;