BLE communication in Java

Asked 1 years ago, Updated 1 years ago, 101 views

This is my first question post.We ask for your help.

I would like to communicate BLE with iOS device using Java language.
Assume Java (peripheral) iOS (central).

I'm looking into a lot of things, but I've found information about peripheral side and advertisement in Java language
I'm having a hard time because I hardly have any.

How can I use Java to communicate and advertise BLE?

What you want to do
·BLE communication using Java language
·Java side (peripheral) iOS side (central)
·Advise in java language

Thank you for your cooperation.

java bluetooth

2022-09-30 21:19

1 Answers

There is an explanatory article (divided into 8 parts) in Bluetooth communication on iOS. Have you read it?

I think it explains all the items in the question.
For example, advertising is covered in the Peripheral Tasks article.


2022-09-30 21:19

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.