zephyr/samples/bluetooth
Tomasz Bursztyka 97326c0445 device: Fix structure attributes access
Since struct devconfig was merged earlier into struct device, let's fix
accessing config_info, name, ... attributes everywhere via:

grep -rlZ 'dev->config->' | xargs -0 sed -i 's/dev->config->/dev->/g'

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2020-05-08 23:07:44 +02:00
..
beacon
central samples: Bluetooth: Restart scanning on connection failure 2020-05-06 13:05:18 +03:00
central_hr samples: Bluetooth: Restart scanning on connection failure 2020-05-06 13:05:18 +03:00
central_ht samples: Bluetooth: Restart scanning on connection failure 2020-05-06 13:05:18 +03:00
eddystone
handsfree
hci_pwr_ctrl
hci_rpmsg bluetooth: hci_rpmsg: check SHM_SIZE against shared mem size using DT 2020-05-07 10:07:00 +02:00
hci_spi
hci_uart
hci_usb
hci_usb_h4
ibeacon
ipsp
mesh timeouts: Port BBC micro:bit to the new timeout API 2020-05-07 11:01:55 +02:00
mesh_demo timeouts: Port BBC micro:bit to the new timeout API 2020-05-07 11:01:55 +02:00
mesh_provisioner
peripheral
peripheral_csc
peripheral_dis
peripheral_esp
peripheral_hids
peripheral_hr
peripheral_ht device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
peripheral_sc_only
scan_adv
st_ble_sensor
bluetooth.rst