bluetooth Questions
3
Solved
I know that if I start an audio recording session in foreground, with Audio, Airplay, and Picture in Picture activated in Capabilities -> Background Modes; I am able to continue to record even in b...
Institutive asked 3/2, 2017 at 8:45
2
I'm working over BLE with some BLE device: discover it first and then trying to connect. However i'm getting the error:
10-03 17:17:45.641 3854-3930/? E/bt-att﹕ Unsupported transport for backgroun...
Metamorphose asked 3/10, 2015 at 12:23
4
Solved
I'm having some problems with g++ and the compiling process for a C/C++ program which use Bluetooth libraries under Ubuntu.
If i use gcc, it works fine with no warning; on the contrary, if i use g...
2
Solved
How to display a bluetooth device name in android which uses Java? Any codes for me to refer to?
Suppletory asked 12/7, 2011 at 9:43
3
My use case is I have an app in which a user can press a button and it would toggle between external speaker and the wired headset/bluetooth device. If the user is connected to a wired headset or a...
8
Solved
Is there a way to pair a device in linux without requiring a pin(for testing purposes so I need it to be done w/out human interaction, assuming you have root access)?
bluez-simple-agent seems to r...
Kedron asked 15/10, 2012 at 2:37
0
I have a requirement where I'm building an app for iOS and Android (currently in React Native) where I want to look for BLE devices in the background and based on the BLE Beacon encounter I'll call...
Phonograph asked 25/4, 2024 at 6:10
4
Please understand that the question may be a little dizzy because it's my first time asking a question. Also, please understand that grammar may be strange because I am not good at English and use ...
Covalence asked 6/12, 2021 at 12:23
4
I'd like to write some quick scripts to play with bluetooth devices (scan etc…), for the Mac. Under linux I'd probably use hcitool, or the python bluez library.
What tools are there for the Mac?
...
12
I'm running Android 4.4.2 and I enabled the "Bluetooth HCI snoop log" as described here Sniffing/logging your own Android Bluetooth traffic
After turning bluetooth on and off I rebooted the phone....
Weaks asked 11/2, 2015 at 2:25
5
Solved
I recently bought chinesse device that connects via bluetooth with android phone / tablet. Since there is no application availible for windows / linux I want to create one for personal usage.
Usua...
Magel asked 26/5, 2014 at 21:9
1
My Current app is pretty much working except that it occasionally throws an Error for which I have no explanation:
E/AudioManagerAndroid﹕ BLUETOOTH permission is missing!
No further infos given....
Quassia asked 5/11, 2014 at 19:43
5
There are some crashes observed in production app only for Android 13 devices.
All the bluetooth related permission are declared in manifest and nearby device runtime permissions are also in place....
Fencer asked 2/5, 2023 at 10:17
4
Solved
So I'm programming an Android app that uses Bluetooth discovery of devices. Here is the code I use to start discovery.
try {
myBluetoothAdapter.startDiscovery();
Log.d("Bluetooth Started success...
Fonville asked 8/4, 2019 at 2:22
2
I'm looking for a list of Bluetooth GATT Services with a short description of each. I'm developing a BLE Android App and have to choose the best service.
Unconscionable asked 3/9, 2020 at 11:13
2
I want to create a console alternative to the 'Bluetooth and Other devices' dialog built into Windows for controlling Bluetooth devices. Using Windows.Devices.Enumeration API, I can pair and unpair...
3
Does AVRCP 1.3 support album art? Based on list of media attributes, album art is not included in the list. If AVRCP 1.3 do support album art, how do the information pass?
1
I just ran the pre-launch testing on my app and the report shows a native crash of com.android.bluetooth. I have never seen this before and have not had a lot of experience in reading the crash log...
Destructive asked 27/11, 2023 at 21:17
1
I have an unity/c# app which utilizes com ports to comunicate with a custom bluetooth device. The connection with serial ports works fine when using a stock/inbilt/OE bluetooth device in any comput...
Hiroshima asked 22/5, 2018 at 9:55
12
Solved
I want to enable/disable bluetooth through the program. I have the following code.
BluetoothAdapter mBluetoothAdapter = BluetoothAdapter.getDefaultAdapter();
if (!mBluetoothAdapter.isEnabled()) {...
5
Solved
So in API 31 there are new Bluetooth permissions. I want to turn bluetooth on or off using this:
private void changeBluetoothState(boolean status) {
BluetoothAdapter mBluetoothAdapter = BluetoothA...
Rhodian asked 27/1, 2022 at 17:34
4
Solved
UPDATE: Added Main Activity code which contains Bluetooth permissions logic
I'm trying to utilize Android's CompanionDeviceManager API to find nearby bluetooth (non LE) devices on my Pixel 5 runnin...
Herstein asked 19/12, 2022 at 22:47
8
I am trying to discover bluetooth devices nearby, but startDiscovery() always returns false, as if it is not working. Therefore it is not able to find devices.
I saw that i have to include Coarse_...
Craquelure asked 24/5, 2020 at 9:49
2
I wish to keep scanning for Bluetooth Devices and I want app to be alive in the background. Is it possible? It seems like if I have a connected Bluetooth device, and if there is data transfer, then...
Middlebreaker asked 6/12, 2015 at 12:21
7
I am able to scan for all available bluetooth devices with hcitool or with my C program.
I can pair the device using it's address with a simple-agent python script.
I would like to know if I can ...
1 Next >
© 2022 - 2025 — McMap. All rights reserved.