HI..i am trying to implement multilink central with nus service..but it is getting error at lbs_c_init();.what is the reason..can anyone help..i also changed the central link count..still no change
HI..i am trying to implement multilink central with nus service..but it is getting error at lbs_c_init();.what is the reason..can anyone help..i also changed the central link count..still no change
Hi,
What error are you getting?
Jared
Hi..now am trying ble_central and peripheral connection..ble_central sending data over ble_nus_c_string_send and it is receivd at peripheral and after that am sending a packet from peripheral to central and it is not receiving(BLE_NUS_C_EVT_NUS_TX_EVT,not receiving anything in central side)
Hi..now am trying ble_central and peripheral connection..ble_central sending data over ble_nus_c_string_send and it is receivd at peripheral and after that am sending a packet from peripheral to central and it is not receiving(BLE_NUS_C_EVT_NUS_TX_EVT,not receiving anything in central side)
Ok, what function call are you using on the peripheral side to send the data, ble_nus_data_send? What does it return?
Yes i use ble_nus_data_send..data is receivibg in ble_central example..but data is not receiving in multilink central example
Are you sure that you're providing it with the correct connection handle? What does the function return? And can you share your sdk_config.h file?
I doesnt do anything in connection handle..how to provide connection handle for each peripheral to central
I checked conn_handle in peripheral side..connection handle is alredy placed in m_conn_handle and it is passed in ble_nus_data_send