BLE 송신 출력(TX power) 8 -> 4 테스트
This commit is contained in:
@@ -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 유지)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user