python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
MacOS link library containing CoreBluetooth framework
I'm attempting to use Java Native Access (JNA) to provide a Java interface to the CoreBluetooth framework that's an integral part MacOS (version 12.1, in my case).
It appears that I need access to a M...
Mike Allen
Votes: 0
Answers: 1
BLE Connection not pairing
I have an iOS app that works on iOS 14 on all of my test devices, iPhone XR, iPhone 11 Max, iPhone 7. The app connects to a BLE device, the app reads and sends settings over Bluetooth to modify the d...

K2Digital
Votes: 0
Answers: 0
UUID of connected bluetooth device on MacOS
I am trying to find the UUIDs of all connected bluetooth devices on MacOS Big Sur 11.6.2. I have the MAC addresses of all connected devices (obtained running: system_profiler SPBluetoothDataType) but ...
BeginnersMindTruly
Votes: 0
Answers: 0
How to write to a bluetooth peripheral on a timer (1 sec), without the timer duplicating when the class is being referenced in multiple views
To receive data from my bluetooth peripheral I need to write bytes to it (every time I write I get a response). The goal is to automaticly write to the peripheral every 1 second and to be able to view...
Swifty
Votes: 0
Answers: 1