BLE : Ignoring data for unknown channel ID 0x003a

Hello,

My BLE peripheral code works fine with Android devices, but it is failing with iOS devices. I am encountering an error message: "Ignoring data for unknown channel ID 0x003a" after establishing the BLE connection. Additionally, the peripheral fails to send data to the central device.

Could anyone assist in resolving this issue?

Your help would be greatly appreciated.

Parents
  • Hello,

    The message "Ignoring data for unknown channel ID 0x003a" is safe to ignore. I don't know exactly what it is, but I guess it is some proprietary check that the iOS devices use to determine whether the connected device is an apple device or something. I see it all the time, but it doesn't do any harm. 

    Other than that, you say it fails to send any data. Can you please let me know what you are seeing? Have you tried to monitor the logs from the nRF? Do you see any logs at all? What sample are you using?

    Best regards,

    Edvin

Reply
  • Hello,

    The message "Ignoring data for unknown channel ID 0x003a" is safe to ignore. I don't know exactly what it is, but I guess it is some proprietary check that the iOS devices use to determine whether the connected device is an apple device or something. I see it all the time, but it doesn't do any harm. 

    Other than that, you say it fails to send any data. Can you please let me know what you are seeing? Have you tried to monitor the logs from the nRF? Do you see any logs at all? What sample are you using?

    Best regards,

    Edvin

Children
Related