Hi
I am using Nordic softdevice S332 for developing a proximity search project.
The softdevice function "sd_ant_prox_search_set (uint8_t ucChannel, uint8_t ucProxThreshold, uint8_t ucCustomProxThreshold)" is used for setting the proximity searching. I would like to set the proximity searching with custom threshold level. But, the function accept an unsigned 8bit integer for the custom proximity threshold.
Would anyone tell me how to set the custom Proximity threshold to -100dBm?
Thanks