zephyr/samples/bluetooth
Théo Battrel 8f7df0b49f Bluetooth: Samples: Dev name in AD instead of SD
With the deprecation of `BT_LE_ADV_OPT_USE_NAME` and
`BT_LE_ADV_OPT_FORCE_NAME_IN_AD` samples were updated to not use the
macro adding the device name in the advertising/scan response data
anymore.

Instead the name was explicitly added to the scan response data in
`periodic_adv` sample. But because it was using an extended advertiser
and was already adding data in the AD, the name should have been put in
the advertising data and not the scan response data.

Update the sample to add the device name in the advertising data.

Signed-off-by: Théo Battrel <theo.battrel@nordicsemi.no>
2024-04-26 09:30:02 +02:00
..
beacon hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
broadcast_audio_assistant Bluetooth: Audio: broadcast assistant sync to PA 2024-04-08 09:17:33 -04:00
broadcast_audio_sink Bluetooth: Samples: Remove uses of auto name in AD 2024-04-23 12:42:24 +02:00
broadcast_audio_source Bluetooth: Samples: Remove uses of auto name in AD 2024-04-23 12:42:24 +02:00
broadcaster hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
broadcaster_multiple Bluetooth: Samples: Remove uses of auto name in AD 2024-04-23 12:42:24 +02:00
bthome_sensor_template samples, tests: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
central hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
central_gatt_write samples: Bluetooth: Only connect to devices with rssi below -50 2024-02-26 14:34:07 +01:00
central_hr tests: bsim: Bluetooth: central_hr peripheral_hr coverage 2024-04-23 21:29:10 +00:00
central_ht hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
central_iso samples: bluetooth: iso: Extend sample documentation 2024-02-26 14:34:07 +01:00
central_multilink hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
central_otc hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
central_past samples: bluetooth: Increase sync timeout to allow packet loss 2024-04-17 14:34:23 +02:00
direct_adv Bluetooth: Samples: Remove uses of auto name in AD 2024-04-23 12:42:24 +02:00
direction_finding_central hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
direction_finding_connectionless_rx samples: bluetooth: Increase sync timeout to allow packet loss 2024-04-17 14:34:23 +02:00
direction_finding_connectionless_tx Bluetooth: Samples: Remove uses of auto name in AD 2024-04-23 12:42:24 +02:00
direction_finding_peripheral Bluetooth: Samples: Remove uses of auto name in AD 2024-04-23 12:42:24 +02:00
eddystone Bluetooth: Samples: Remove uses of auto name in AD 2024-04-23 12:42:24 +02:00
encrypted_advertising hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
extended_adv Bluetooth: Samples: Remove uses of auto name in AD 2024-04-23 12:42:24 +02:00
handsfree Samples: Bluetooth: HF: Fix link key missing issue 2024-03-14 09:47:23 +00:00
hap_ha Bluetooth: Samples: Remove uses of auto name in AD 2024-04-23 12:42:24 +02:00
hci_ipc boards: nordic: nrf54h20dk: Add configuration for BLE 2024-04-18 08:49:51 -07:00
hci_pwr_ctrl Bluetooth: Samples: Remove uses of auto name in AD 2024-04-23 12:42:24 +02:00
hci_spi hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
hci_uart boards: rename and update esp32 related conf and overlay files 2024-04-23 15:36:13 +02:00
hci_uart_async samples: hci_uart_async: Dont try to receive 0 bytes 2024-03-22 10:24:38 +01:00
hci_usb Samples: Bluetooth: HCI: add missed callback pointer 2024-03-25 15:12:23 +01:00
hci_usb_h4 hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
ibeacon hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
iso_broadcast Bluetooth: Samples: Remove uses of auto name in AD 2024-04-23 12:42:24 +02:00
iso_broadcast_benchmark Bluetooth: Samples: Remove uses of auto name in AD 2024-04-23 12:42:24 +02:00
iso_connected_benchmark Bluetooth: Samples: Remove uses of auto name in AD 2024-04-23 12:42:24 +02:00
iso_receive hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
mesh samples: bluetooth: mesh: Fix usage of board name checking 2024-03-22 10:06:04 +01:00
mesh_demo flash: Move dependency on FLASH_PAGE_LAYOUT where it belongs 2024-04-10 10:01:40 +02:00
mesh_provisioner flash: Move dependency on FLASH_PAGE_LAYOUT where it belongs 2024-04-10 10:01:40 +02:00
mtu_update Bluetooth: Samples: Remove uses of auto name in AD 2024-04-23 12:42:24 +02:00
observer hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
periodic_adv Bluetooth: Samples: Dev name in AD instead of SD 2024-04-26 09:30:02 +02:00
periodic_adv_conn Bluetooth: Samples: Remove uses of auto name in AD 2024-04-23 12:42:24 +02:00
periodic_adv_rsp Samples: Bluetooth: Fix PAwR sample failed to set subevent data 2024-03-29 15:59:09 -05:00
periodic_sync samples: bluetooth: Increase sync timeout to allow packet loss 2024-04-17 14:34:23 +02:00
periodic_sync_conn hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
periodic_sync_rsp Bluetooth: Samples: Remove uses of auto name in AD 2024-04-23 12:42:24 +02:00
peripheral Bluetooth: Samples: Remove uses of auto name in AD 2024-04-23 12:42:24 +02:00
peripheral_accept_list Bluetooth: Samples: Remove uses of auto name in AD 2024-04-23 12:42:24 +02:00
peripheral_csc Bluetooth: Samples: Remove uses of auto name in AD 2024-04-23 12:42:24 +02:00
peripheral_dis Bluetooth: Samples: Remove uses of auto name in AD 2024-04-23 12:42:24 +02:00
peripheral_esp Bluetooth: Samples: Remove uses of auto name in AD 2024-04-23 12:42:24 +02:00
peripheral_gatt_write Bluetooth: Samples: Remove uses of auto name in AD 2024-04-23 12:42:24 +02:00
peripheral_hids Bluetooth: Samples: Remove uses of auto name in AD 2024-04-23 12:42:24 +02:00
peripheral_hr samples: Bluetooth: Support sysbuild for central_hr and peripheral_hr 2024-04-23 21:29:10 +00:00
peripheral_ht Bluetooth: Samples: Remove uses of auto name in AD 2024-04-23 12:42:24 +02:00
peripheral_identity Bluetooth: Samples: Remove uses of auto name in AD 2024-04-23 12:42:24 +02:00
peripheral_iso Bluetooth: Samples: Remove uses of auto name in AD 2024-04-23 12:42:24 +02:00
peripheral_nus bluetooth: nus: Change Kconfigs prefix to BT_ZEPHYR_NUS 2024-04-02 10:36:01 +03:00
peripheral_ots bluetooth: ots: Fix bt_ots_init paramter struct naming 2023-06-30 16:06:08 +02:00
peripheral_past Bluetooth: Samples: Remove uses of auto name in AD 2024-04-23 12:42:24 +02:00
peripheral_sc_only Bluetooth: Samples: Remove uses of auto name in AD 2024-04-23 12:42:24 +02:00
public_broadcast_sink tests|samples/bluetooth: Fix sysbuild due to BOAD_IDENTIFIER 2024-03-21 18:44:04 +01:00
public_broadcast_source Bluetooth: Samples: Remove uses of auto name in AD 2024-04-23 12:42:24 +02:00
scan_adv hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
st_ble_sensor Bluetooth: Host: Add const prefix for UUID 2023-12-07 16:16:43 +00:00
tmap_bmr Bluetooth: Audio: Increase PA sync timeouts 2024-03-21 15:24:14 +01:00
tmap_bms Bluetooth: Samples: Remove uses of auto name in AD 2024-04-23 12:42:24 +02:00
tmap_central Bluetooth: ISO: Introduce bt_iso_chan_send_ts 2024-02-12 13:13:10 +01:00
tmap_peripheral Bluetooth: Samples: Remove uses of auto name in AD 2024-04-23 12:42:24 +02:00
unicast_audio_client tests|samples/bluetooth: Fix sysbuild due to BOAD_IDENTIFIER 2024-03-21 18:44:04 +01:00
unicast_audio_server Bluetooth: Samples: Remove uses of auto name in AD 2024-04-23 12:42:24 +02:00
bluetooth.rst hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00