Questions tagged [bluetoothleadvertiser]
4 questions
2
votes
1 answer
Sending data between two phones with bluetooth (I'm trying to use aritchie's Plugin.BluetoothLE plugin)
I'm trying to send data between two phones (e.g. two iPhones, or maybe even cross platform) via bluetooth.
I've been trying to use Plugin.BluetoothLE from NuGet, which appears to have been updated recently (March 2020), however I can't seem to get…

Oliver Spencer
- 2,021
- 3
- 16
- 22
2
votes
1 answer
iOS omits manufacturer data from advertisement in background mode
I work on iOS application which is using BLE for communication with our custom made BLE unit.
We want to send specific commands via BLE to the unit automatically.
When user is near unit and specific criteria are met, the app should connect to the…

RichX
- 494
- 5
- 13
0
votes
1 answer
I make Beacon in my Swift app which is advertising data but its local name is not shown. Can we add custom data packet during advertisement?
My app act as a beacon but I want to add its local name like my appName. I want to know that can we advertise custom packet in which I can add local name while advertising major, minior, proximityuuid, and identifier in Swift.
My current code for…
0
votes
0 answers
Android bluetoothLeScanner and bluetoothLeAdvertiser not working together on some devices
I have 2 separate services, one for starting bluetoothLeAdvertiser and others for bluetoothLeScanner.
Service class for using bluetoothLeScanner looks as follows
override fun onStartCommand(intent: Intent?, flags: Int, startId: Int): Int {
…

Nik
- 2,913
- 7
- 40
- 66