sjanc commented on PR #1359:
URL: https://github.com/apache/mynewt-nimble/pull/1359#issuecomment-1257649898

   "LL should call it and then calculate actual TX power or RSSI using that 
value and also RF path compensation, if set by host"
   
   this is other way around, only FEM can calculate actual TX power since it 
(may) depends on input power and FEM (possibly runtime) configuration.
   
   Also to cover all scenarios, like rounding, reading supported power ranges 
etc we need ble_ll_fem_pa_gain_set() which will configure FEM as needed (as 
oppose to get() which would just return values for rounding)
   
   
   Than, ble_ll_fem_pa_gain_get() would return actually configured gain 
(compared to PHY tx power that was last "set")
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to