CoreBluetooth is a framework for iOS and Mac OS X to interact with Bluetooth Low Energy ("BLE") accessories.
0
votes
0answers
11 views
BLE peripheral frequently disconnected and reconnected when it connected with iOS
Sometimes, my BLE peripheral frequently disconnected and reconnected when it connected with my iPhone 5. Even if they were in the very close distance. I exited my APP and restar running again, or ...
0
votes
1answer
53 views
auto connect bluetooth to last connected device
I am using bluetooth chat sample and its perfectly fine with pairing the devices and sending text from one device to another but sometimes it disconnects and I would like to reconnect with the last ...
0
votes
0answers
32 views
Decoding CBUUID Data into NSString in iOS CoreBluetooth [duplicate]
So here's the situation: I am able to see the services inside the peripheral, however I have not been able to decode them properly without calling discoverServices:.
The question is: how can i ...
0
votes
1answer
43 views
iOS Corebluetooth - Sometimes won't connect to a device until I do a network reset
I've been occasionally running into an issue where my app will not reconnect with a specific bluetooth LE device until I reset the network settings on my phone (I am guessing this clears the bluetooth ...
0
votes
1answer
44 views
IOS CoreBluetooth. Cannot discover correct services
I am trying to discover services after connecting to the desired peripheral, but I only can only find non-existant services according to UUIDs. What I mean by that is; that as a means of checking, I ...
0
votes
0answers
6 views
Simplest way to integrate an offboard camera with iDevice/Android?
I'd like to avoid any dead-end efforts here, so I'll throw this out to the crowd.
I need to take low-resolution snapshots using an offboard camera. The camera will be placed under a plastic dome to ...
0
votes
0answers
13 views
ios novacomm bluetooth won't connect to multiple devices
I don't know if anyone else has tried playing around with the bluetooth modules from novacomm. We wrote an app based on their sample app but we are having a hard time figuring out how to consistently ...
1
vote
1answer
31 views
corebluetooth : didDisconnectPeripheral reduce timeout
I am working with core bluetooth framework . I have implemented the didDisconnectPeripheral method to detect the disconnected peripheral . Right now it is calling around 20 seconds after peripheral ...
0
votes
0answers
26 views
peripheral is getting disconnected as soon as discover services function is called in a BLE based application on Mac OS
I need to develop an application on mac OS. The application has to discover the BLE device based on the service UID and send some values using Core Bluetooth framework
I was able to discover the ...
0
votes
1answer
41 views
How to get the list of the paired devices through Bluetooth in iOS?
It's for AppStore, so I don't want any private framework.
I want to get the list of the paired(even not connected).
There are Core Bluetooth and External Accessary frameworks in iOS.
I tried both of ...
0
votes
1answer
47 views
IOS received notification when not connected bluetooth device is no longer available
I know how to received new available peripheral notification using scanForPeripheralsWithServices used with its callback didDiscoverPeripheral to populate a UITableView list.
But, how to receive ...
0
votes
1answer
39 views
Enabling BLE on iPhone. Not working by default
I am pretty new to iOS dev. I started building a BLE app a month back and it works fine in foreground and background and there is nothing wrong with BLE connection as such.
I restored my phone last ...
0
votes
2answers
30 views
Can iOS do central and peripheral work on same app at same time?
Can iOS (iPhone or iPad) app have Core Bluetooth (BTLE) central manger and peripheral manager objects at same time?
Can they operate asynchronously, or does main app thread need to make them share ...
0
votes
0answers
46 views
How to get Bluetooth Device ID
I am developing an application which allow get information from bluetooth device (Smart Watch Heart ). I want to display list device like:
Device Name - Device ID
Device Name - Device ID
Device Name ...
0
votes
2answers
184 views
How are devices paired in CoreBluetooth?
Can someone explain to me how device pairing is done with Bluetooth 4.0 in the CoreBluetooth framework? With older Bluetooth models, pairing must be done in the iOS Bluetooth settings menu, but I have ...
0
votes
0answers
15 views
Bluetooth is not found when another Bluetooth device is under discover-able for 90 seconds
I've applied discover option from mobile Bluetooth setting. Program could not search the device in console.
One Bluetooth device is connected to PC and uploaded the window driver and want to connect ...
1
vote
1answer
36 views
Bluetooth Low Energy does it require additional hardware controller?
Sorry if the question is very basic.
What I know?
Bluetooth Low Energy is supported in the blutooth version 4.0. and it is a client server model. That is server is kind of advertiser, and client is ...
0
votes
1answer
84 views
What exactly is the 'proximity profile' with respect to the Bluetooth Low-Energy APIs?
I am currently developing an iOS app for a BLE device which will implement the Proximity Profile (which I currently don't have access to yet), but I am at a loss as to what that actually means.
I ...
0
votes
0answers
25 views
Restart the bluetooth swith alfter closed it, my app can not discover the services form the ble peripheral
My app can not get the ble peripheral's services when restart the bluetooth switch on iphone.We must restart the iphone when this problem is appearing to solve it.
I think there is some code broken ...
0
votes
0answers
33 views
Can I re-open my iphone app after opening settings from the app?
I am pretty sure this can't be done but want some confirmation. In my app, if bluetooth is not enabled I take the user to the phone's settings to turn it on. But is there any way after that to ...
0
votes
0answers
40 views
advertisement rate on cc2540 iphone app
I have read here that I have to change the advertisement rate on the cc2540 or OLP425 to 20ms in order to get my app to connect with it while in the background.
I have the development kit with the ...
0
votes
0answers
28 views
connecting bluetooth le module in background
I have a small Xcode app which connects to a bluetooth le module. while connected it gets the battery level and displays it along with a couple other things. When the phone and app get too far from ...
0
votes
0answers
64 views
How can I re-scan for a Bluetooth LE peripheral once it disconnects from my iOS app?
I have a small iOS app that connects to a cB−OLP425i−26-A made by connectBlue.
I have it displaying the battery of the module as well as other things.
When I get too far away from the module it ...
0
votes
1answer
108 views
Bluetooth Low Energy with iOS 6
I'm trying to make a new app that talks to a bluetooth low energy chip. I have never played around with bluetooth or BLE before, so I'm trying to learn as much as I can about it. I know that I have to ...
0
votes
1answer
56 views
CoreBluetooth connection with non iOS device
After navigating through documentation and most BTLE and CB stackoverflow questions, I've reached a limit.
I am doing an iOS app that should communicate with BT 4.0 device. Ask for data, and recieve ...
0
votes
0answers
44 views
Why is iOS5 failing to grok 128-bit Bluetooth characteristic UUIDs?
We've got a Bluetooth Low Energy (BLE) app using CoreBluetooth on iOS. The hardware side is using a Texas Instruments CC2540 chip. Here's the problem:
An older version of our firmware used 16-bit ...
0
votes
1answer
34 views
getting data from one view controller to another
I am getting the battery level of my bluetooth le device (batteryLevel) which is a float in one view. I want to pass it to another view to display it in a textfield.
code in view one
- ...
0
votes
0answers
30 views
Does IOS core bluetooth supprt prepare write and execute write of BLE Attribute protocol
I am trying to write multiple characteristics, and the BLE device I am using running the Bluetopia protocol stack (from stonestreetone) support "Prepare write" and "Execute Write" functions ( as ...
0
votes
0answers
61 views
UUIDs for BluetoothMe
I am trying to convert the project blueToothMe to my own use. I have changed the UUID in the code
NSArray *characteristics = [NSArray arrayWithObjects:[CBUUID UUIDWithString:@"2A1E"],
...
-4
votes
0answers
507 views
iOS How to control iPad from iPhone remotely using bluetooth [closed]
I need to create an app which actually detects and lists the nearby iOS devices (say iPad) via bluetooth. By tapping on the device name the user can connect to(pair) the near by iPad and transfer any ...
-1
votes
1answer
40 views
Launch my iPhone application with a bluetooth device [closed]
I'm newbye in Bluetooth development.
Can somebody tell me all procedures to launch my iPhone application with a bluetooth device.
Thank
0
votes
3answers
48 views
How to show UiviewController from NSObject Class?
I'm Working with Core Bluetooth Framework. In this app I had to connect multiple Bluetooth device with the iPhone and when Bluetooth device goes out of range it shows an alert.
Instead of this alert ...
8
votes
1answer
138 views
iOS playing audio to multiple bluetooth devices concurrently
I've got some bluetooth speakers (similar) and would really like to be able to play to more than one of them concurrently however I can't find a way to do it.
I can deploy my own applications so it ...
0
votes
0answers
60 views
CoreBluetooth - why do peripheral UUIDs vary depending on iphone5 and iphone4s?
I am seeing strange behavior using the TI SmartTags, whereby they identify themselves as one UUID if I detect them from an iPhone5 but another totally different UUID when detected from an iPhone 4S.
...
0
votes
1answer
109 views
Iphone detecting bluetooth devices
I am doing an iPhone app and I need get the nearby bluetooth devices.
I'm using the CoreBluetooth Framework and that doesn't work. I know that this framework is only for Low Energy Bluetooth, so I ...
0
votes
0answers
67 views
Implementing read/write characteristic in the CoreBluetooth.framework
I am working on the corebluetooth framework currently I have created the peripheral with the writable and readable characteristic . Its working fine for me . But I want to create read- write ...
0
votes
1answer
113 views
Can't write value from Central to Peripheral using CoreBluetooth on iOS
I have my app running on two iOS device (both have 6.1.4) where one device acts as the Central and one acts as a Peripheral.
I have been successful in getting notifications (characteristics set up ...
-1
votes
1answer
112 views
iPhone - Polar H7_heart_rate_sensor connectivity using bluetooth
Please suggest me, whether an iPhone application can connect with external bluetooth devices like polar h7/h6 heart rate sensor fitness belt ...
3
votes
1answer
312 views
Continuous scanning for iOS CoreBluetooth Central Manager?
The Low Energy Bluetooth spec does not say much about whether peripherals can connect to more than one central at a time, but my experience testing tells me that they cannot.
Because my application ...
1
vote
1answer
85 views
LE_POWER_OFF_HEADER default alert using CoreBluetooth
I'm using Core Bluetooth on my project and all works fine, but when the bluetooth on my device is disabled, I get an alert with the text LE_POWER_OFF_HEADER and with the buttons "settings" and ...
0
votes
0answers
111 views
Why is Apple example BTLE-transfer ipad app's RSSI value so bad?
I am having trouble getting Apple's core Bluetooth BTLE-transfer app example working because the RSSI signal strength from peripheral to central is below the level allowed by the Central app (-35db).
...
0
votes
0answers
87 views
iOS 6 peripheral disconnect immediately after connected
OK, I'm using Core Bluetooth to connect my i-Pad to another BLE sensor.
I scan and detect it easily but when I want to establish a connection, the "did connect peripheral" method is only called during ...
0
votes
1answer
93 views
Is an iPhone being peripheral and central with connecting to several peripheral iPhones one after another doable?
My app needs to detect other iPhones and connect to all of them one at a time quickly (Those iPhones also have the same functionality). So I implemented both peripheral and central. I only try ...
0
votes
1answer
108 views
iOS Core Bluetooth Serial Port
Given I have a bluetooth device which returns some serial data - how do I read it using CoreBluetooth?
There is no Characteristics or Services. Just some binary data in known (actually obd ii) ...
0
votes
1answer
62 views
Can I make my Mac as a Bluetooth Peripheral?
I'm working on an idea which requires my Mac to send some data to my iOS device. I know CoreBluetooth framework is not there for Mac OS and only for iOS, so is there any way that I can get my Mac to ...
1
vote
2answers
94 views
Bluetooth peripheral doesn't answer
I am in big trouble with my exams.
I have to write an iOS app that uses an external sensor made by Texas Instruments, it's called TI Sensortag.
TI's documentation, in my humble opinion, is really poor ...
0
votes
1answer
51 views
problems with Apple BLTE-transfer sample app
My installation of Apple's BTLE-transfer app is behaving really flaky, even on brand new iPads.
I have Googled and not found any solution.
I installed iOS app Apple BTLE-transfer v1.0 unmodified, ...
0
votes
0answers
18 views
iOS NSBluetoothPeripheralUsageDescription equivalent for iOS 5
In iOS 6, the application developer can specify an Info.plist key NSBluetoothPeripheralUsageDescription which is shown in the prompt the user sees when the operating system asks the user to enable ...
0
votes
1answer
109 views
iOS CoreBluetooth passively check if Bluetooth is enabled without prompting user to turn Bluetooth on
The scenario is as follows. I have an already deployed app being used by people. I am considering implementing some experimental Bluetooth Low Energy features, but before I do, I want to conduct an ...
0
votes
1answer
76 views
peripheral:didUpdateValueForCharacteristic can't be reached
My code is based on Apple's the CoreBluetooth sample code named "TemperatureSenor".
I find a phenomena that if I set peripheral to repeat sending message, then call peripheral:setNotifyValue:YES ...




