mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 14:58:13 +08:00
include/nuttx/wireless: Remove const from some members of IOCTL structures. The const makes it awkward to initialize the structure.
This commit is contained in:
@@ -242,8 +242,8 @@ struct bt_advertisestart_s
|
||||
{
|
||||
char as_name[HCI_DEVNAME_SIZE]; /* Device name */
|
||||
uint8_t as_type; /* Advertising type */
|
||||
FAR const struct bt_eir_s as_ad; /* Data for advertisement packets */
|
||||
FAR const struct bt_eir_s as_sd; /* Data for scan response packets */
|
||||
FAR struct bt_eir_s as_ad; /* Data for advertisement packets */
|
||||
FAR struct bt_eir_s as_sd; /* Data for scan response packets */
|
||||
};
|
||||
|
||||
/* The read-only data that accompanies the SIOCBT_SCANSTOP IOCTL command */
|
||||
|
||||
Reference in New Issue
Block a user