Skip to content

Commit 9fe018b

Browse files
olivier-le-sagerlubos
authored andcommitted
bluetooth: samples: Adapt RREQ sample to upstream API change
Rename tone_antenna_config_selection enum. Signed-off-by: Olivier Lesage <[email protected]>
1 parent d5eb4a1 commit 9fe018b

File tree

1 file changed

+1
-1
lines changed
  • samples/bluetooth/channel_sounding_ras_initiator/src

1 file changed

+1
-1
lines changed

samples/bluetooth/channel_sounding_ras_initiator/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ int main(void)
460460
.max_procedure_count = 1,
461461
.min_subevent_len = 60000,
462462
.max_subevent_len = 60000,
463-
.tone_antenna_config_selection = BT_LE_CS_TONE_ANTENNA_CONFIGURATION_INDEX_ONE,
463+
.tone_antenna_config_selection = BT_LE_CS_TONE_ANTENNA_CONFIGURATION_A1_B1,
464464
.phy = BT_LE_CS_PROCEDURE_PHY_1M,
465465
.tx_power_delta = 0x80,
466466
.preferred_peer_antenna = BT_LE_CS_PROCEDURE_PREFERRED_PEER_ANTENNA_1,

0 commit comments

Comments
 (0)