somebody help to resolve this problem
somebody help to resolve this problem
I don't understand your last comment. What file are you opening with the softdevice? Where are you getting errors in softdevice handler?
hi jorgen, finally i got it set, now it is working. thanks for spending time to me. i need a clarification. i need to change the name and want to make it connectable.
advdata.name_type = BLE_ADVDATA_FULL_NAME;
m_adv_params.type = BLE_GAP_ADV_TYPE_ADV_IND; m_adv_params.p_peer_addr = NULL; // Undirected advertisement. m_adv_params.fp = BLE_GAP_ADV_FP_ANY; m_adv_params.interval = APP_ADV_INTERVAL; m_adv_params.timeout = 0; // Never time out.
i made these changes and also defined my device name too. is this enough or i want to do anything else
You do not need to advertise any name for your device to be connectable, the connection is initated using the BLE address. You only need to change the GAP advertising type.
thank you very much jorgen for being patient to clear my issues. now its working fine. i want to do some more modification for my application development. if there is any issue in that i will post my question. once again thank you