For BLE, I use BLUEZ5 stack on my Raspberry pi 3 Device, For running gatt server i used example-gatt-server.py in my board(server) and used mobile for central device(client side) when i write value from characteristics from my mobile,its received in my device(callback) is in byte array format like "dbus.Array([dbus.Byte(1), dbus.Byte(35)], signature=dbus.Signature('y'))" i can't decoded this,
How I can extract any useful information from the dbus bluez api that returns a byte array
I use following link for example-gatt-server.py : https://github.com/RadiusNetworks/bluez/blob/master/test/example-gatt-server