Sending and receiving data/text over bluetooth without paring

imrpk

Member
Licensed User
Longtime User
Hi,
I am looking for support or sample for sending and receiving data/string/messages between each others (windows, IOS, Android & RPI) over the blue tooth but without paring but all these devices have installed application accordingly B4J, B4I, b4A & b4R
 

emexes

Expert
Licensed User
Longtime User
Advertising.

I think @Peter Simpson updated a BLE server peripheral library that should enable this.

five minutes later...

This feels like it:


and the specific bit you'd be using to send information is:

Properties:
  • ManufacturerData As Map
    Gets or sets the manufacturer specific data that will be advertised.
    Each item in the map should have a positive int number as the key and an array of bytes as the value.

which other devices the receive via the BLE2 scan for available devices.
 
Last edited:
Top