sutogan4ik / Android-BLE-GATT-Master-Slave

18 stars 9 forks source link

How can I send app notifications facebook,whatsapp etc ? #2

Open enes-sakut opened 6 years ago

enes-sakut commented 6 years ago

You are creating your own notification but I want to send android device notifications?How can I do that? Thanks a lots:)

sutogan4ik commented 6 years ago

describe your case, I do not quite understand what and where you want to send

enes-sakut commented 6 years ago

I have a smartwatch(ble device) and I'm creating an android app for this smartwatch.My phone work peripheral mode and I want to sent Android phone's notifications (messengers,whatsapp etc ) to smartwatch.

sutogan4ik commented 6 years ago

this works by default between the clock and phone, all notifications on the phone are duplicated on the clock, if you do not see this, see the settings.

enes-sakut commented 6 years ago

ok,I'm using ANCS(apple notification center service https://developer.apple.com/library/content/documentation/CoreBluetooth/Reference/AppleNotificationCenterServiceSpecification/Specification/Specification.html#//apple_ref/doc/uid/TP40013460-CH1-SW8 on my android app.I created NotificationSource(8 byte ) how can I send this notificationsource to smartwatch I don't understand.Can you help me?

sutogan4ik commented 6 years ago

I don't can help because I have never used it.

enes-sakut commented 6 years ago

Mee to I have never used it ) But It's same your project just different UUIDS and characteristics.Can I send my Notification service as an email?