core-bluetooth Questions
2
Solved
I want to transfer a file (roughly 1MB) through out iOS BLE and it will send 155bytes each sending time.
And I wrote 2 iOS application:
One plays as Central role, It will read data and send to p...
Distrain asked 5/1, 2015 at 10:9
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
3
Solved
I am building an iOS app with Swift that uses apple's CoreBluetooth framework to communicate with peripherals via Bluetooth Low Energy. In the effort of unit testing a custom controller which imple...
Cargian asked 9/3, 2016 at 17:12
9
Solved
I can't find any official way to get a UUID string back out of a CBUUID. These UUIDs can be 2 or 16 bytes long.
The goal is to store CBUUIDs in a file somewhere as a string, and then resurrect wi...
Billiton asked 7/11, 2012 at 18:28
4
ACL= Asynchronous Connection-Less. SCO = Synchronous Connection Oriented.
SCO is Point to Point Connection between only one master and only one slave.
ACL is multipoint connection between one mas...
Gowk asked 14/10, 2016 at 2:11
2
Solved
We are developing a device which communicates with our iOS/watchOS apps via Bluetooth LE and has to stream a lot of sensor data for an extended time period (hours). Everything works fine under iOS ...
Gertrudegertrudis asked 9/9, 2022 at 11:59
3
I am using Swift to develop a iOS application to integrate bluetooth printer to print out information. I have used CoreBluetooth framework but can't know which service, characteristic I can writeva...
Vermilion asked 11/7, 2015 at 3:25
1
Solved
I was reading the Bluetooth LE primer document and stumbled across the table given below:
My doubt is how can receiver be optional if the observer's only job is to receive BLE data and not transmi...
Bipropellant asked 11/11, 2022 at 4:54
1
According to EAAccessoryManager Class Reference from iOS 6 onward using showBluetoothAccessoryPickerWithNameFilter we can show a Accessory picker that will help user to connect External Accessories...
Autogamy asked 19/11, 2012 at 17:10
0
I am trying to implement an answer to an old question.
Here is that answer https://mcmap.net/q/1104389/-corebluetooth-refreshing-local-name-of-an-already-discovered-peripheral
And here are the code...
Roscoeroscommon asked 6/5, 2022 at 17:3
4
Solved
I am writing a test app in iOS 7 with the Core Bluetooth API. When I am testing the application I found that I am getting the following warning message:
TestBluetooth[626:60b] CoreBluetooth[API ...
Sliest asked 28/4, 2014 at 10:33
7
Solved
I'm trying some iOS test applications on the new Mac mini, that supports Bluetooth Low Energy. The CoreBluetooth framework is used in those. However, I'm not able to get Bluetooth working in the iP...
Judaea asked 5/4, 2012 at 7:48
1
I trying to connect peripheral using UUID in the background, It's working only when i interact with advertising beacon first time at foreground then my app went background its working background an...
Marzi asked 17/11, 2021 at 12:0
3
Solved
How to initialize a CBMutableCharacteristic with multiple CBCharacteristicProperties and Permissions
I'm creating a new CBMutableCharacteristic for use in a Bluetooth app I'm making. I got some code from a tutorial, which looks like this:
_customCharacteristic = [[CBMutableCharacteristic alloc] i...
Selden asked 7/8, 2013 at 21:26
4
Solved
I'm Working on iOS Application(Objective-C) for Bluetooth watch which using BLE(CoreBluetooth), and my watch is having GATT Bluetooth Profile, iOS application minimum support is from iOS7.
I wants...
Rabbit asked 3/11, 2014 at 10:54
2
Should a BLE device be paired or not ? or what are the conditions a device should have to be paired?
When connection to a custom BLE device from an app (android and ios) I have two options
a) first pair the device on the phone (like a headset or other devices) and then use it from the app to read ...
Retired asked 19/8, 2021 at 20:2
2
Solved
I am seeing a weird bug in iOS 8.3 and am wondering if anyone else is seeing the same thing.
I have an iPad Air (in Central mode) and an iPhone 6 (in Peripheral mode) in very close proximity.
My...
Kidder asked 18/4, 2015 at 9:53
4
Solved
I have a BluetoothManager class managing BTLE communication. I can scan and connect to a CBPeripheral and discover services or characteristics. I have the good callbacks from CBCentralManagerDelega...
Tensile asked 11/8, 2014 at 10:13
2
Solved
I'm developing a Bluetooth LE device and am having trouble because of MacOS's caching of the services. If I try to delete a service or change its UUID on the device I'm developing, the change doesn...
Electroform asked 12/12, 2013 at 20:49
2
Solved
I'm working on an iOS app that is to read pulse oximeter data from a Bluetooth LE enabled device, using CoreBluetooth on iOS 11.4 in Swift 4.1.
I've got the CBCentralManager searching for peripher...
Spandrel asked 9/7, 2018 at 15:41
2
I am working on the iOS app to control music player over Bluetooth LE. I have BLE enabled peripheral device (Wearable Watch) and it will act as a music remote controller. I came to know that AVRCP ...
Pozzy asked 3/12, 2015 at 14:18
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
5
Solved
As part of iOS 13’s, apps now need to request permission if they want to access Bluetooth.
How to check if user has accepted Bluetooth permission?
Falciform asked 28/7, 2019 at 7:0
3
Solved
Can anyone tell me how many devices can we pair via Bluetooth to iPhone at a time..need help..till now i have not got the exact number.
Benzoate asked 24/6, 2013 at 11:35
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
1 Next >
© 2022 - 2025 — McMap. All rights reserved.