Smartphone-Companions / ESP32-ANCS-Notifications

Easy-to-use Arduino library for interfacing an ESP 32 with Bluetooth LE ANCS mobile device notifications.
GNU General Public License v3.0
151 stars 24 forks source link

react to notifications? #26

Open Brandon4466 opened 2 years ago

Brandon4466 commented 2 years ago

Hi! I there anyway to react to notifications that are received similar to how we can interact with an incoming call? I'm thinking like replying to a text message or something?

My end goal is just to send a message from the ESP32 and haven't been able to figure out a way to do it in anyway, hoping there's a way to use this library to do this.

Thank you!