File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
examples/bluetooth/nimble
ble_l2cap_coc/coc_bleprph/main Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -348,7 +348,7 @@ ext_ble_ancs_advertise(void)
348348
349349 params .primary_phy = BLE_HCI_LE_PHY_1M ;
350350 params .secondary_phy = BLE_HCI_LE_PHY_2M ;
351- // params.tx_power = 127;
351+ params .tx_power = 127 ;
352352 params .sid = 1 ;
353353
354354 params .itvl_min = BLE_GAP_ADV_FAST_INTERVAL1_MIN ;
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ ext_bleprph_advertise(void)
9494
9595 params .primary_phy = BLE_HCI_LE_PHY_1M ;
9696 params .secondary_phy = BLE_HCI_LE_PHY_2M ;
97- // params.tx_power = 127;
97+ params .tx_power = 127 ;
9898 params .sid = 1 ;
9999
100100 params .itvl_min = BLE_GAP_ADV_FAST_INTERVAL1_MIN ;
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ ext_bleprph_advertise(void)
111111
112112 params .primary_phy = BLE_HCI_LE_PHY_1M ;
113113 params .secondary_phy = BLE_HCI_LE_PHY_2M ;
114- // params.tx_power = 127;
114+ params .tx_power = 127 ;
115115 params .sid = 1 ;
116116
117117 params .itvl_min = BLE_GAP_ADV_FAST_INTERVAL1_MIN ;
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ ext_bleprph_advertise(void)
9292
9393 params .primary_phy = BLE_HCI_LE_PHY_1M ;
9494 params .secondary_phy = BLE_HCI_LE_PHY_2M ;
95- // params.tx_power = 127;
95+ params .tx_power = 127 ;
9696 params .sid = 1 ;
9797
9898 params .itvl_min = BLE_GAP_ADV_FAST_INTERVAL1_MIN ;
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ ext_bleprph_advertise(void)
123123
124124 params .primary_phy = BLE_HCI_LE_PHY_1M ;
125125 params .secondary_phy = BLE_HCI_LE_PHY_2M ;
126- // params.tx_power = 127;
126+ params .tx_power = 127 ;
127127 params .sid = 1 ;
128128
129129 params .itvl_min = BLE_GAP_ADV_FAST_INTERVAL1_MIN ;
You can’t perform that action at this time.
0 commit comments