Hello,
I am trying to understand the parameters required for Coded PHY. This is from my advertising_init function in main.c:
I have encountered this advertising_init function in main.c. I had seen this type parameter structure from some code examples in forum :
I have checked my advertising.c file and saw parameters above in uint32_t ble_advertising_init. I am confused a bit.
So what is the difference between them ? I am asking because I am told that the advertising type must be set to BLE_GAP_ADV_TYPE_EXTENDED_CONNECTABLE_NONSCANNABLE_UNDIRECTED for long range. Do I need to set advertising type in main.c or in advertising.c ?
Best Regards