python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to enable/disable bluetooth in android java?
I tried various things other than this code, but it didn't work properly.
private static final int REQUEST_ENABLE_BT = 1;
BluetoothAdapter bluetoothAdapter= BluetoothAdapter.getDefault...
홍장군
Votes: 0
Answers: 1
Pair Classic Bluetooth from a Chrome App using chrome.bluetooth and chrome.bluetoothSocket APIs
Ok so I'm trying to connect a bluetooth keyboard through a Chrome App. I was able to use this code and it has a status in the system tray as paired but I can't receive the data input from the keyboard...
jahmir
Votes: 0
Answers: 1
Capture events from Bluetooth Headset (press button on headset)
My app need to capture press button event on headset (connect over Bluetooth). Currently, I got MAC address by using BluetoothFindFirstDevice(), BluetoothFindFirstDevice() function in winapi. But I ca...
Viète
Votes: 0
Answers: 0
Receiving, sending and saving files through Bluetooth Classic with an ESP32
I am working on a project right now that can work way better if I am able to receive and save files from an Android app to the flash memory of an ESP32CAM and send said files back.
I have looked aroun...
BladedBicycle211
Votes: 0
Answers: 0