zephyr/samples/bluetooth
Alberto Escolar Piedras f4ee15e939 Bluetooth samples: unicast audio client: Fix build warnings
In 85bb2624bc
init_lc3()'s prototype was changed to return an int,
but the code was not updated to return something !=0
on all errors, or 0 on error.

Fix it.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2023-10-31 09:02:07 +01:00
..
beacon bluetooth: controller: coex: convert to DT device 2023-09-15 16:04:19 +02:00
broadcast_audio_sink samples: Bluetooth: Add LC3 to broadcast audio samples 2023-10-30 09:27:17 +01:00
broadcast_audio_source samples: Bluetooth: Add LC3 to broadcast audio samples 2023-10-30 09:27:17 +01:00
broadcaster
broadcaster_multiple Test: Bluetooth: controller: add CI testing for advertising chaining 2023-10-06 16:04:11 +03:00
bthome_sensor_template
central
central_gatt_write
central_hr samples: bluetooth: rename shadow variables 2023-08-17 13:00:09 +02:00
central_ht samples: bluetooth: rename shadow variables 2023-08-17 13:00:09 +02:00
central_iso Bluetooth: ISO: extend API for setting SDU interval 2023-10-23 15:22:10 +02:00
central_multilink
central_otc drivers: gpio: use gpio_is_ready_dt helper function 2023-08-28 08:48:35 -05:00
central_past
direct_adv
direction_finding_central
direction_finding_connectionless_rx samples: bluetooth: rename shadow variables 2023-08-17 13:00:09 +02:00
direction_finding_connectionless_tx
direction_finding_peripheral
eddystone
encrypted_advertising samples: fully migrate basic samples to the new Sphinx extension 2023-09-13 09:15:34 +02:00
handsfree
hap_ha Bluetooth: Audio: Refactor codec_cfg_get_frame_duration_us 2023-10-20 14:56:13 +02:00
hci_pwr_ctrl samples: bluetooth: rename shadow variables 2023-08-17 13:00:09 +02:00
hci_rpmsg samples/bluetooth/hci_rpmsg: Allow building for simulated nrf5340 2023-10-27 10:52:10 +02:00
hci_spi drivers: gpio: use gpio_is_ready_dt helper function 2023-08-28 08:48:35 -05:00
hci_uart Bluetooth: Controller: Fix connected ISO dynamic tx power 2023-09-28 13:31:40 +02:00
hci_uart_async bluetooth: samples: Add hci_uart_async 2023-09-28 14:07:52 +03:00
hci_usb
hci_usb_h4
ibeacon
ipsp samples: fix thread function signatures 2023-10-30 12:24:34 +01:00
iso_broadcast
iso_broadcast_benchmark Bluetooth: ISO: Rename BT_ISO_ADVANCED to BT_ISO_TEST_PARAMS 2023-10-20 14:50:48 +02:00
iso_connected_benchmark Bluetooth: ISO: extend API for setting SDU interval 2023-10-23 15:22:10 +02:00
iso_receive samples: Bluetooth: Add missing reset of sems in iso_receive 2023-10-24 09:04:25 +02:00
mesh
mesh_demo drivers: gpio: use gpio_is_ready_dt helper function 2023-08-28 08:48:35 -05:00
mesh_provisioner drivers: gpio: use gpio_is_ready_dt helper function 2023-08-28 08:48:35 -05:00
mtu_update
observer
periodic_adv
periodic_adv_conn
periodic_adv_rsp
periodic_sync drivers: gpio: use gpio_is_ready_dt helper function 2023-08-28 08:48:35 -05:00
periodic_sync_conn
periodic_sync_rsp
peripheral
peripheral_accept_list
peripheral_csc random: Rename random header 2023-10-10 14:23:50 +03:00
peripheral_dis
peripheral_esp
peripheral_gatt_write
peripheral_hids samples: Fixed typos 2023-08-24 15:44:33 +02:00
peripheral_hr
peripheral_ht
peripheral_identity
peripheral_iso
peripheral_ots
peripheral_past
peripheral_sc_only
scan_adv
st_ble_sensor drivers: gpio: use gpio_is_ready_dt helper function 2023-08-28 08:48:35 -05:00
tmap_bmr samples: Switch from NEWLIB_LIBC to REQUIRES_FULL_LIBC 2023-10-25 08:32:06 +02:00
tmap_bms samples: Switch from NEWLIB_LIBC to REQUIRES_FULL_LIBC 2023-10-25 08:32:06 +02:00
tmap_central samples: Switch from NEWLIB_LIBC to REQUIRES_FULL_LIBC 2023-10-25 08:32:06 +02:00
tmap_peripheral samples: Switch from NEWLIB_LIBC to REQUIRES_FULL_LIBC 2023-10-25 08:32:06 +02:00
unicast_audio_client Bluetooth samples: unicast audio client: Fix build warnings 2023-10-31 09:02:07 +01:00
unicast_audio_server Bluetooth samples: unicast audio server: Fix codec initialization 2023-10-31 09:02:07 +01:00
bluetooth.rst