Wireless Communication Library Support Forum

Frameworks => Bluetooth Framework => Topic started by: turck on January 18, 2019, 07:59:13 PM

Title: connect with UUID
Post by: turck on January 18, 2019, 07:59:13 PM
Hi Mike
I am a beginner in Bluetooth programming
VCL delphi 7
Android application
I connect from the PC to the phone without difficulty and send a file.
I would like the PC to connect directly to the Android application
I know the UUID of the application
Can you help me.
Thank you
Title: Re: connect with UUID
Post by: Mike Petrichenko on January 18, 2019, 08:32:30 PM
Hi,

the common way is to use wclRfCommClient and set its Service property to the UUID of your service.
Title: Re: connect with UUID
Post by: turck on January 19, 2019, 12:40:05 PM
it's perfect
thank you so much