This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to reduce power consumption in unconnectable mode?

Hello,

Can broadcasting be set to unconnectable mode to reduce power consumption? I tried to set the broadcast to p_advertising->adv_params.properties.type = BLE_GAP_ADV_TYPE_NONCONNECTABLE_SCANNABLE_UNDIRECTED but the power consumption did not decrease. This is why and how should I set it

Parents Reply
  • tanjs said:
    BLE_GAP_ADV_TYPE_NONCONNECTABLE_SCANNABLE_UNDIRECTED

    I see now that it's still scannable, in that case you would not see any noticeable difference in power consumption. After advertising, in both connectable and scannable use-cases, the radio RX window need to be opened to listen for a connection request, or scan request from a BLE central.

Children
No Data
Related