Distance Mesurement not working in after connection nrf_dm

struct bt_le_adv_param *adv_param = &adv_param_conn;

static struct bt_scan_init_param scan_init = {
     .connect_if_match = 1,
     .scan_param = &scan_param,
     .conn_param = NULL
     };

basically, I want to use dm feature in connection-oriented communication.
not in connection less, and I want to connect 1 central to 4 peripheral and measure distance.

Can you suggest me where to make other changes?

Parents Reply
  • Hi,

    As you have a reference to a "similar case" than is not the actual case, Distance measurement is working fine with its connection less communication even if the peripheral and central are separated,

    The major issue Iam facing is measurement is not working in connection-oriented communication.

    please take this in priority coz deadline has already been over.

    -Syed

Children
Related