0
votes
1answer
16 views

Launch my iPhone application with a bluetooth device

I'm newbye in Bluetooth development. Can somebody tell me all procedures to launch my iPhone application with a bluetooth device. Thank
0
votes
0answers
12 views

iOS: creating a bluetooth proxy for audio streaming

Is there a way to turn an iPod/iPhone into a bluetooth proxy so that I can connect another phone to it via bluetooth and stream music through it? e.g. I have an iPod touch hooked up via USB to an ...
-3
votes
4answers
33 views

Tranfer contacts using blueooth in objective-c [closed]

Hi i want to develop an app where we need to transfer a contacts from one iphone to another iphone using bluetooth..So can anyone tel me how to approach it or any tutorial link is there..or any sample ...
1
vote
1answer
23 views

Bluetooth and playlists on iOS

I'm getting tired of navigating my playlists all the time. I have iOS development tools, so I'm wondering if I can solve this problem... What I would like to do is have an app where I can associate a ...
0
votes
1answer
27 views
+100

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 ...
1
vote
1answer
51 views

How to Establish RFCOMM Bluetooth Connection From an iOS to android device

I am creating an app which enables sending information between iOS and android devices via Bluetooth, The app would not be submitted on app store, so considering all options I found out that Apple ...
-3
votes
0answers
17 views

Fetch Bluetooth address of the my device?

I would like to know how to fetch the bluetooth address of my device. I have gone through Gamekit Framework but there dont seem to be any method which returns the bluetooth address of the device. Is ...
0
votes
0answers
23 views

Connect iPhone to computer via Bluetooth and grab a file

I was looking to develop an app that allowed me to connect to a Bluetooth-enabled computer and grab a file. Is this possible? I can't find any documents on this.
0
votes
0answers
21 views

IOS Bluetooth BLE writevalue return “Unknown error”

I am developping my first Smart Bluetooth (BLE) software on IOS 6. I am able to receive notifications and read chracteristics values exchanged with a Nordic Development kit including from a custom ...
0
votes
0answers
57 views

CoreBluetooth: iPhone as HID peripheral

Hello Stackoverflow community, first I would like to thank you all for a great information resource. Stackoverflow helped me a lot. Nevertheless I got one question concerning CoreBluetooth. I just ...
2
votes
1answer
143 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 ...
0
votes
0answers
57 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
34 views

Connect to, or as an HID device using CoreBluetooth

Using the CoreBluetooth libs, is it possible to scan and connect to HID devices like mice and keyboards? Also, is it possible to act as a HID device? I've tried to scan all available bluetooth ...
0
votes
0answers
56 views

Objective C / iOS : Core data does not respond

I'm actually developping an application using CoreData and Bluetooth. When i put my application in background (i.e. with home button), and I modify the bluetooth context (turn off/on the bluetooth, ...
0
votes
0answers
26 views

Is BluetoothManager in iOS any good at connecting to accessories and receiving data? [closed]

So I have gone through pocketmagic's tutorial on BluetoothManager.framework and have it successfully finding nearby devices around me and passing me their names and addresses. I have yet to find ...
1
vote
2answers
68 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
0answers
32 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, ...
1
vote
0answers
22 views

issue with ios woosim bluetooth printing version iOS[2012.11.01]

I am using woosim printer for bluetooth version. I use it to print the different bills. I am using version iOS[2012.11.01]. In the previous version I was facing the issue that some portion was not ...
1
vote
0answers
186 views

Connect iOS Device to Some other Device like Android phone for file transfer using bluetooth

I have a requirement of searching the available bluetooth devices and get paired with them for file transfer using my App. Although I knew that Apple doesn't support the feature of connecting iOS ...
0
votes
1answer
32 views

Corebluetooth connection how to save battery level while it is connected

Am going to use core bluetooth framework to my application.But i would like to know when i am connecting with another BLE device with long period of time in this situation how do i handle battery ...
0
votes
0answers
129 views

Is it possible to connect iOS and android device using Bluetooth ?

So i've to make an application to pair an iOS and Android device (iPhone 5, iPad 3, Galaxy S3, Nexus 7 they all use Bluetooth 4.0) and then send data to each other. Is this amount of data limited ? ...
0
votes
0answers
211 views

XCode 4.6.2, IOS Simulator, Bluetooth Connection Problems

Problem: I have been using XCode 4.6.2 and have been successfully pairing an iPad with the IOS simulator on my MacBook Pro to test my app for 2 weeks. Note that I have been doing this WITHOUT ...
0
votes
1answer
35 views

About UIRequiredDeviceCapabilities?

If app add two items into UIRequiredDeviceCapabilities array in the info.plist file, one is armv7(the default),another is bluetooth-le.That's explain app only available on devices with BLE4.0 ? And ...
0
votes
0answers
81 views

iOS data transfer via bluetooth audio profile

I want to transfer some data from an embedded device to an iOS device using Bluetooth. I am well aware that this is not possible using regular bluetooth serial communication as iOS devices does not ...
0
votes
0answers
40 views

Programatically check Bluetooth connections

Is there any way to programatically check the Bluetooth connectivity (and probably the connection strength too) of an iOS device with a Windows notebook? And yes, first of all, is it possible for ...
2
votes
1answer
98 views

iOS Core Bluetooth no disconnect notification

I'm developing an app using CoreBluetooth and I need to be notified if the bluetooth connection is lost. I establish connection with many BLE devices, put the app into background mode and wait for ...
0
votes
1answer
99 views

Developing iPhone software for bluetooth or WiFi device (guidelines)

I have for example 5 lights and 2 speakers which I want to connect to my iPhone via Bluetooth or WiFi. I want to play music and turn lights on and off via iPhone costume made software. So where I ...
0
votes
1answer
58 views

iOS - discovering roving network's RN-42 BTLE chip

I am working on a project where I have to discover a bluetooth chip provided by Roving Networks - RN-42. The development kit come with an ios application which shows how to communicate with the chip ...
0
votes
0answers
25 views

How to create a BluetoothDevice object

I'm working with the private Apple BluetoothManager framework. I can scan for available BT devices and pair/connect to them without problems (following this great website: ...
0
votes
0answers
120 views

Bluetooth data transfer iPhone to iPhone

I want to send 20-30 mb data over bluetooth for iOS.I have looked at Game Kit and other samples such as Send Farts - http://vivianaranha.com/apple-gamekit-bluetooth-integration-tutorial/ , and BeamIt ...
0
votes
0answers
71 views

iogear (gbu521) corebluetooth not detected

I'm attempting to pair my IOGear BT 4 dongle (GBU521) to my iPhone with CoreBluetooth. Drivers are not available for OSX, so I hacked the kernel extension using the below resource. ...
0
votes
0answers
30 views

How can I make multiple sockets in the same bluetooth accessory connection?

We have an MFI bluetooth device for connection to iOS devices. On the device side, we want to open 3 sockets to handle different stuff. Does anyone know if there's a way to open more than one socket ...
0
votes
1answer
30 views

How can I get the EASession from NSStream?

We'd like to open 3 sockets via Bluetooth to one external accessory. To do this, I assume I should create 3 separate EASessions with the same openSessionForProtocol: method using the same protocol. ...
0
votes
0answers
36 views

How to maintain session in next view when using Gamekit Bluetooth API

I am using gamekit for developing a two player turn based game using bluetooth to send and receive data across devices(ipads). In one view I am finding the available bluetooth device and creating the ...
1
vote
1answer
43 views

iPads and Dual 150 GPS Bluetooth

How does an external bluetooth gps like the dual 150 integrate with the CLLLocationManager? Does it automatically integrate or is there a special API that is used to work with the external GPS rather ...
0
votes
0answers
54 views

How to using BTstack receive RFCOMM data when application is in background?

I was using BTstack,and all the thing is working,but when the Application is in background,The Application can't reveive data right now.How to using BTstack receive RFCOMM data when application is in ...
0
votes
2answers
853 views

iPhone and iPad can't find each other via bluetooth

I have an iPhone 4s and an iPad 2 which should be able to establish a connection via bluetooth. Bluetooth is activated on both devices, and both are scanning for other devices, but none of them shows ...
0
votes
2answers
207 views

bluetooth4.0 ble receive sms notification

I found SMS notifications are not supported in iPhone,but I found cookoo watch and meta watch have realized it.they are based on bluetooth4.0(BLE),i'm writing an app like them,i have already realized ...
1
vote
2answers
133 views

How to get iPhone Bluetooth adapter name in iOS programatically

I am developing and application in which i need to show bluetooth information of the device. I av finally got some succes regarding bluetooth mac address but wont be able to get the device name . Is ...
0
votes
0answers
16 views

how to get current connection interval in IOS CoreBluetooth [duplicate]

Is there any way to get current connection interval during connection with bluetooth device. Getting RSSI value is simple and there is dedicated function for that. But I have not found any function to ...
0
votes
1answer
113 views

Sending a contact from an iOS app via bluetooth

I am trying to allow a user, who is running my app, to send a contacts vcard (vcf) via bluetooth to another iOS device. The problem is, that the receiving device should not be required to run the same ...
1
vote
1answer
195 views

i schedule a Timer to read RSSI using readRSSI function ,but the timer stops when my app go into background

I schedule a Timer to read RSSI using readRSSI function ,but the timer stops when my app go into background. Maybe there is a good method to get RSSI value from peripheral's notification when app ...
0
votes
0answers
46 views

iPod Touch 4th Gen Bluetooth with Gamekit

I am developing a Game via Bluetooth using Gamekit (iPod touch, iOS 6.1.3, 4th Generation ). I trying to connect 2 iPod Touches(4th gen) of the same model. I have a button for connecint anf I am using ...
5
votes
1answer
497 views

CoreBluetooth[WARNING] Unknown error: 14 on iPhone 5

I am able to connect to a peripheral device using BLE, but shortly after reading some characteristics, the framework returns: CoreBluetooth[WARNING] Unknown error: 14 and the peripheral is ...
8
votes
3answers
2k views

Android <-> iOS direct communication (bluetooth). Is it possible?

First of all I am an android developer so the question goes to all the iOS developers. Is it possible to achieve an Android <-> iPhone/iPad direct communication? Some claim it is not possible, ...
-1
votes
1answer
66 views

Visual keyboard on iOS despite a external bluetooth barcodereader [closed]

i have e problem with my iPad and iPhone. When I connected my barcodereader ("symbol LS3578") I have no visual keyboard more. Just when I connected my bluetooth keyboard, but here I have a button to ...
2
votes
2answers
125 views

Display available Bluetooth list in UITableView

I'm new in gaming development. I'm creating a multiplayer game which is connected by Bluetooth. Right now, in my project, I'm using the Game Kit framework to detect available Bluetooth devices. This ...
0
votes
1answer
113 views

iOS programatically check if Bluetooth on Mac is connected

I am new to iOS programming and working on a project which needs to detect if an iPod touch(or iPhone 4) is connected to a paired Mac via Bluetooth. I do not need to connect it. I just need to check ...
0
votes
0answers
115 views

iPhone - interfere with Bluetooth contacts sync (PBAP)

I'm trying to add another value for each contact when the iPhone is connected to Car Kit (using Bluetooth PBAP). So - for example, in my case I have 2 contacts on my device: "John Smith" and "Barry ...
0
votes
0answers
31 views

How can audio be streamed via bluetooth to more than one IOS device?

There seem to be varying opinion on google as to whether this can be done, so I thought I would ask the SO community -- can an audio file be streamed via bluetooth from one "master" IOS device to more ...

1 2 3 4 5 8