From 8171d50a2e2b7836bb9bca523e927b56a0bda8b3 Mon Sep 17 00:00:00 2001 From: jhchun Date: Wed, 15 Apr 2026 10:59:45 +0900 Subject: [PATCH] =?UTF-8?q?BLE=20=EC=86=A1=EC=8B=A0=20=EC=B6=9C=EB=A0=A5(T?= =?UTF-8?q?X=20power)=208=20->=204=20=ED=85=8C=EC=8A=A4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/ble_peripheral/ble_app_bladder_patch/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/ble_peripheral/ble_app_bladder_patch/main.c b/project/ble_peripheral/ble_app_bladder_patch/main.c index 3293cc9..5ad552a 100644 --- a/project/ble_peripheral/ble_app_bladder_patch/main.c +++ b/project/ble_peripheral/ble_app_bladder_patch/main.c @@ -1055,7 +1055,7 @@ static void ble_evt_handler(ble_evt_t const * p_ble_evt, void * p_context) err_code = nrf_ble_qwr_conn_handle_assign(&m_qwr, m_conn_handle); APP_ERROR_CHECK(err_code); - sd_ble_gap_tx_power_set(BLE_GAP_TX_POWER_ROLE_CONN, m_conn_handle, 8); + sd_ble_gap_tx_power_set(BLE_GAP_TX_POWER_ROLE_CONN, m_conn_handle, 4); // 2M PHY 요청 (지원 안 되면 자동으로 1M 유지) {