Sending array unit8 type data using BLE failed, and attempting to take 2 bytes of data from the array and send it also failed. Does anyone know what this log error means? How to solve it?
Sending array unit8 type data using BLE failed, and attempting to take 2 bytes of data from the array and send it also failed. Does anyone know what this log error means? How to solve it?
bt_nus_send() will return -EINVAL (-22) if the client (host) is not subscribed to notifications from this characteristic.
bt_nus_send() will return -EINVAL (-22) if the client (host) is not subscribed to notifications from this characteristic.