Hi all!
My project is depend on the "ble_app_template",which uses the "scheld structure", I am able to read the data from app but not able to send my data with notification. I have set all the points about notification the same as the "ble_app_hrs",which is able to use notification.
When sending the data, the first 5 times the sd_ble_gatt_hvx return 0x0000, but atfer that all return 0x3003,meaning "BLE_ERROR_NO_TX_BUFFERS".What does that mean? my data is just 7bytes and I sent it every 1 seconds.
By the way,I am using SD6.0 and sdk5_2. Can some give me a help?Thank you very much!