1

I just want to figure out. If i have the BLE(cc2541) and android APP. BLE has characteristics for notification, read, write and other. Can i write value to notification characteristics from BLE, read it with android APP, and then write to same notification characteristics from android APP to BLE?

GerrDott
  • 13
  • 5

1 Answers1

0

It all depends on the firmware in the device.

I have a cc2541 with jnhuamao firmware and get notifications and read and write to the device with the same characteristic.

The service has Uuid 0000ffe0-0000-1000-8000-00805f9b34fb called SimpleKeyService

The characteristic has Uuid 0000ffe1-0000-1000-8000-00805f9b34fb with the properties Read, WriteWithoutResponse and Notify.

GrooverFromHolland
  • 971
  • 1
  • 11
  • 18