using Debian linux platform. using BLEdevice [SensorBug with Pill Case- Bluetooth 4.0 Wireless ] using Bluez5.40
Trying with bluetoothctl tool to connect,pair and read characteristics.
I am able to connect, trust, and pair with the device. I am able to select-attribute of a particular characteristics.
But when I tried "read" command, I am getting the following error
[SensorBug109B6F:/service003e/char0047]# attribute-info
Characteristic - Vendor specific
UUID: 9dc84838-7619-4f09-a1ce-ddcf63225b34
Service: /org/bluez/hci0/dev_EC_FE_7E_10_9B_6F/service003e
Flags: read
Flags: write-without-response
Flags: write
Flags: authenticated-signed-writes
[SensorBug109B6F:/service003e/char0047]# read
Attempting to read /org/bluez/hci0/dev_EC_FE_7E_10_9B_6F/service003e/char0047 Failed to read: org.bluez.Error.Failed
Has anyone tried reading characteristics using bluetoothctl commands?
What I am missing here?