zephyr/tests/bluetooth
Tomasz Bursztyka e18fcbba5a device: Const-ify all device driver instance pointers
Now that device_api attribute is unmodified at runtime, as well as all
the other attributes, it is possible to switch all device driver
instance to be constant.

A coccinelle rule is used for this:

@r_const_dev_1
  disable optional_qualifier
@
@@
-struct device *
+const struct device *

@r_const_dev_2
 disable optional_qualifier
@
@@
-struct device * const
+const struct device *

Fixes #27399

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2020-09-02 13:48:13 +02:00
..
adv tests: Bluetooth: Update AD Data as fast as possible 2020-08-31 13:49:13 +02:00
at sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
bluetooth sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
bsim_bt tests: Bluetooth: bsim_test_advx: Fix adv_type parameter 2020-08-31 13:50:13 +02:00
ctrl_sw_privacy sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
ctrl_sw_privacy_unit sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
ctrl_user_ext sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
gatt sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
hci_prop_evt sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
init sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
l2cap sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
ll_settings tests/bluetooth/ll_settings: Prevent switch-unreachable warning 2020-08-31 12:40:47 +02:00
mesh device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
mesh_shell sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
shell sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
tester sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00
uuid sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00