ios-bluetooth Questions
5
The situation goes a little something like this:
I am programming Xcode whilst concurrently listening to music on my Bluetooth headphones... you know to block out the world.
Then, I go to launch ...
Auguste asked 18/6, 2016 at 21:23
3
I need to get the list of paired bluetooth devices(iOS Devices) as same as the list in 'Bluetooth' section in iOS settings as shown in below picture.
Is it possible?
Have you seen any apps doing...
Olives asked 4/1, 2016 at 13:23
2
Solved
My app is running as a Bluetooth LE peripheral, and I'm trying to send just a few bytes of custom data in the Advertisement.
func btStartBroadcasting(peripheral: CBPeripheralManager!) {
// crea...
Dandiprat asked 24/1, 2015 at 18:27
3
First things first: running OSX 10.10.4, iOS 4, Xcode 6.3.2, iPhone 6, Swift
Short story: I have a certain Bluetooth LE device here from which I want to receive notifications when values of a Char...
Prognostic asked 7/7, 2015 at 17:4
1
When an iOS BLE peripheral enters the background state, the advertising packets are not emitted in the regular manner and they are placed in a special “overflow” area which is only detectable by an...
Lozoya asked 14/11, 2019 at 19:47
2
I'm seeing a huge increase in crash instances, across a few different crash reports that all end in the same fatal exception:
[BluetoothDevice classicDevice]: unrecognized selector sent to instan...
Joli asked 27/9, 2019 at 18:41
2
Solved
I'm working with bluetooth in an old project which was written in swift3 and i'm working on converting it in swift4 and I had this error
"Could not find module 'CzsBleSdk' for architecture 'x86_64'...
Urdar asked 3/5, 2019 at 9:59
1
I am developing a BLE peripheral app. By requirement, the advertising packet must contain Service Data field. I have done this in Android, the packet should be like this:
0x16 is Service Data fi...
Leisured asked 26/5, 2019 at 16:28
0
I've been researching for quite a while and none of the solutions seemed viable enough. For example: articles as referred within Force software keyboard on iOS 10
Our bluetooth bar code scanner ha...
Melodie asked 13/4, 2018 at 9:9
1
With a normal Characteristics Read only the MTU Size (20bytes) of data will be read.
My customer will offer a characteristics with a larger size (about 100bytes).
I saw that BLE offers a "Long Re...
Elkins asked 7/7, 2016 at 9:29
1
Solved
Is it possible to be notified when a Bluetooth Device is connected or disconnected from iOS even when my app is in background ?
On Android, I use the ACTION_ACL_CONNECTED and ACTION_ACL_DISCONNECTE...
Heda asked 16/1, 2018 at 15:31
1
Solved
I am doing research over four days, But I am not found any solution for calling over Bluetooth between two iOS devices within a distance.
I found that audio streaming is possible between two iOS ...
Fallal asked 24/7, 2017 at 4:8
1
Solved
I'm writing an iOS application for communicating with mini mPlay Drumi MP18B (a small Bluetooth loudspeaker). As far as I know, showBluetoothAccessoryPickerWithNameFilter displays only devices with...
Kym asked 29/1, 2016 at 10:7
1
Microchip defined a way to stream data over BlueTooth low energy (BLE) and called it MLDP (Microchip Low-energy Data Profile). They built it into their RN4020 chip, and there is even an sample Andr...
Footboy asked 3/7, 2015 at 17:7
1
As a 3rd party is there a viable way to correctly interpret data from a Bluetooth Low Energy device for which there is not a published GATT profile specification?
The BLE device is a body scale th...
Jesher asked 17/4, 2014 at 21:41
1
I am working on a BLE application that will always run in background. It gets health related data from the BLE peripheral and will upload the data to the server in realtime. I am using NSURLSession...
Brobdingnagian asked 8/4, 2014 at 5:35
2
Is there a way to get list of mac addresses of available bluetooth devices in ios? I'm working on a programm which finds people nearby using bluetooth mac addresses.
Coonhound asked 26/3, 2014 at 17:28
1
© 2022 - 2024 — McMap. All rights reserved.