Skip to content

Commit 6009982

Browse files
olivier-le-sagerlubos
authored andcommitted
bluetooth: samples: rreq: Change procedure PHY to 2M
This makes some sense because the ACL connection is on 2M by default (due to automatic PHY updates initiated by the host). Now if you change the tx_power_delta it doesn't fail due to PHY mismatch Signed-off-by: Olivier Lesage <[email protected]>
1 parent 24f6d35 commit 6009982

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
@@ -679,7 +679,7 @@ int main(void)
679679
.min_subevent_len = 60000,
680680
.max_subevent_len = 60000,
681681
.tone_antenna_config_selection = BT_LE_CS_TONE_ANTENNA_CONFIGURATION_A1_B1,
682-
.phy = BT_LE_CS_PROCEDURE_PHY_1M,
682+
.phy = BT_LE_CS_PROCEDURE_PHY_2M,
683683
.tx_power_delta = 0x80,
684684
.preferred_peer_antenna = BT_LE_CS_PROCEDURE_PREFERRED_PEER_ANTENNA_1,
685685
.snr_control_initiator = BT_LE_CS_SNR_CONTROL_NOT_USED,

0 commit comments

Comments
 (0)