Hello,
I work on a BLE use case where the TI CC2650 chip runs as a GATT server. Multiple GATT clients (smartphones) are connected at the same time with the chip, it is currently possible to read characteristics from these Smartphone.
Now I would like that every smartphone registers for notification and receives a notification as soon as the corresponding characteristic value changes.
Is it possible to register for notification from multiple smartphones to the same characteristic?
Is it possible to send a notification to multiple GATT clients on a characteristic value change?
Is this possible in the TI BLE Stack v2.1?
Is this allowed by the BLE specification?
Thanks in advance for your inputs.