1sample: 2 description: Allows Zephyr to provide Bluetooth connectivity via IPC 3 name: Bluetooth HCI IPC 4tests: 5 sample.bluetooth.hci_ipc: 6 harness: bluetooth 7 tags: bluetooth 8 platform_allow: 9 - nrf5340dk_nrf5340_cpunet 10 - nrf5340_audio_dk_nrf5340_cpunet 11 - nrf5340bsim_nrf5340_cpunet 12 integration_platforms: 13 - nrf5340dk_nrf5340_cpunet 14 - nrf5340_audio_dk_nrf5340_cpunet 15 sample.bluetooth.hci_ipc.iso_broadcast.bt_ll_sw_split: 16 harness: bluetooth 17 tags: bluetooth 18 extra_args: CONF_FILE="nrf5340_cpunet_iso_broadcast-bt_ll_sw_split.conf" 19 platform_allow: 20 - nrf5340dk_nrf5340_cpunet 21 - nrf5340_audio_dk_nrf5340_cpunet 22 - nrf5340bsim_nrf5340_cpunet 23 integration_platforms: 24 - nrf5340dk_nrf5340_cpunet 25 - nrf5340_audio_dk_nrf5340_cpunet 26 sample.bluetooth.hci_ipc.iso_receive.bt_ll_sw_split: 27 harness: bluetooth 28 tags: bluetooth 29 extra_args: CONF_FILE="nrf5340_cpunet_iso_receive-bt_ll_sw_split.conf" 30 platform_allow: 31 - nrf5340dk_nrf5340_cpunet 32 - nrf5340_audio_dk_nrf5340_cpunet 33 - nrf5340bsim_nrf5340_cpunet 34 integration_platforms: 35 - nrf5340dk_nrf5340_cpunet 36 sample.bluetooth.hci_ipc.bis.bt_ll_sw_split: 37 harness: bluetooth 38 tags: bluetooth 39 extra_args: CONF_FILE="nrf5340_cpunet_bis-bt_ll_sw_split.conf" 40 platform_allow: 41 - nrf5340dk_nrf5340_cpunet 42 - nrf5340_audio_dk_nrf5340_cpunet 43 - nrf5340bsim_nrf5340_cpunet 44 integration_platforms: 45 - nrf5340dk_nrf5340_cpunet 46 sample.bluetooth.hci_ipc.iso_central.bt_ll_sw_split: 47 harness: bluetooth 48 tags: bluetooth 49 extra_args: CONF_FILE="nrf5340_cpunet_iso_central-bt_ll_sw_split.conf" 50 platform_allow: 51 - nrf5340dk_nrf5340_cpunet 52 - nrf5340_audio_dk_nrf5340_cpunet 53 - nrf5340bsim_nrf5340_cpunet 54 integration_platforms: 55 - nrf5340dk_nrf5340_cpunet 56 sample.bluetooth.hci_ipc.iso_peripheral.bt_ll_sw_split: 57 harness: bluetooth 58 tags: bluetooth 59 extra_args: CONF_FILE="nrf5340_cpunet_iso_peripheral-bt_ll_sw_split.conf" 60 platform_allow: 61 - nrf5340dk_nrf5340_cpunet 62 - nrf5340_audio_dk_nrf5340_cpunet 63 - nrf5340bsim_nrf5340_cpunet 64 integration_platforms: 65 - nrf5340dk_nrf5340_cpunet 66 sample.bluetooth.hci_ipc.cis.bt_ll_sw_split: 67 harness: bluetooth 68 tags: bluetooth 69 extra_args: CONF_FILE="nrf5340_cpunet_cis-bt_ll_sw_split.conf" 70 platform_allow: 71 - nrf5340dk_nrf5340_cpunet 72 - nrf5340_audio_dk_nrf5340_cpunet 73 - nrf5340bsim_nrf5340_cpunet 74 integration_platforms: 75 - nrf5340dk_nrf5340_cpunet 76 sample.bluetooth.hci_ipc.iso.bt_ll_sw_split: 77 harness: bluetooth 78 tags: bluetooth 79 extra_args: CONF_FILE="nrf5340_cpunet_iso-bt_ll_sw_split.conf" 80 platform_allow: 81 - nrf5340dk_nrf5340_cpunet 82 - nrf5340bsim_nrf5340_cpunet 83 integration_platforms: 84 - nrf5340dk_nrf5340_cpunet 85 sample.bluetooth.hci_ipc.df.bt_ll_sw_split: 86 harness: bluetooth 87 tags: bluetooth 88 extra_args: 89 - CONF_FILE="nrf5340_cpunet_df-bt_ll_sw_split.conf" 90 - DTC_OVERLAY_FILE="nrf5340_cpunet_df-bt_ll_sw_split.overlay" 91 platform_allow: nrf5340dk_nrf5340_cpunet 92 integration_platforms: 93 - nrf5340dk_nrf5340_cpunet 94 sample.bluetooth.hci_ipc.df.no_phy_coded.bt_ll_sw_split: 95 harness: bluetooth 96 tags: bluetooth 97 extra_args: 98 - CONF_FILE="nrf5340_cpunet_df-bt_ll_sw_split.conf" 99 - DTC_OVERLAY_FILE="nrf5340_cpunet_df-bt_ll_sw_split.overlay" 100 - CONFIG_BT_CTLR_PHY_CODED=n 101 platform_allow: nrf5340dk_nrf5340_cpunet 102 integration_platforms: 103 - nrf5340dk_nrf5340_cpunet 104 sample.bluetooth.hci_ipc.mesh.bt_ll_sw_split: 105 harness: bluetooth 106 tags: bluetooth 107 extra_args: CONF_FILE="nrf5340_cpunet_bt_mesh-bt_ll_sw_split.conf" 108 platform_allow: nrf5340dk_nrf5340_cpunet 109 integration_platforms: 110 - nrf5340dk_nrf5340_cpunet 111