Skip to content

Commit

Permalink
DNM: TEST FOR MIC ERROR WHEN USING CAP
Browse files Browse the repository at this point in the history
Signed-off-by: Emil Gydesen <[email protected]>
  • Loading branch information
Thalley committed Jan 24, 2025
1 parent 9e08560 commit 4691b81
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion samples/bluetooth/cap_initiator/src/cap_initiator_unicast.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ LOG_MODULE_REGISTER(cap_initiator_unicast, LOG_LEVEL_INF);
/* We use the same config for both sink and source streams
* For simplicity we use the mandatory configuration 16_2_1
*/
static struct bt_bap_lc3_preset unicast_preset_16_2_1 = BT_BAP_LC3_UNICAST_PRESET_16_2_1(
static struct bt_bap_lc3_preset unicast_preset_16_2_1 = BT_BAP_LC3_UNICAST_PRESET_48_3_1(
BT_AUDIO_LOCATION_MONO_AUDIO, BT_AUDIO_CONTEXT_TYPE_UNSPECIFIED);
static struct bt_bap_unicast_group *unicast_group;
uint64_t total_rx_iso_packet_count; /* This value is exposed to test code */
Expand Down Expand Up @@ -815,6 +815,8 @@ int cap_initiator_unicast(void)

LOG_INF("CAP initiator unicast initialized");

bt_set_bondable(false);

while (true) {
err = reset_cap_initiator();
if (err != 0) {
Expand Down

0 comments on commit 4691b81

Please sign in to comment.