iobluetooth Questions

29

Solved

An Xcode beginner's question: It is my first experience with Xcode 4.6.3. I am trying to write a very simple console program, that searches for paired BT devices and prints them to an NSLog. It ...
Gladysglagolitic asked 23/8, 2013 at 17:27

7

I trying to get the Status of iPhone/iPod Bluetooth that whether it is ON or OFF programmatically. Is it possible using some Apple API or third party API.
Flick asked 10/2, 2011 at 8:53

1

Solved

I have a problem listing all of the devices through IOBluetooth framework. Is there a way to get not only classic, but also BLE devices? My code is let ioBluetoothManager = IOBluetoothDeviceInq...
Logy asked 8/6, 2018 at 17:13

1

I am trying to develop an application using bluetooth in my Mac mini. However, after searching all over net, all that I could find was the "Bluetooth Device Access Guide" from Apple, and not a sing...
Cranach asked 13/4, 2010 at 10:37

1

Solved

I'm looking for a way to programmatically list any nearby Bluetooth devices (discoverable) that my device finds. I have not been able to find any information or tutorials regarding performing this ...
Cartload asked 16/11, 2016 at 16:3

2

Solved

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 t...
Chambless asked 10/5, 2013 at 22:41

1

Im trying to open a L2Cap HID Channel And Interrupt channel so I can send HID commands to a bluetooth device. I've done all my service advertising and device paring and established a baseband conn...
Distort asked 30/6, 2015 at 11:8

1

We are currently building a device that needs to be compatible with newer smartphones that run BLE but also be backwards compatible with Bluetooth 2.1. We are using a Mediatek Linkit ONE board for...
Queri asked 20/3, 2015 at 22:18

2

Solved

I am trying to get input from Mic and output it to my bluetooth device using audioRouteOverride. But No luck . iphone Mic output is still going to iphone builtin speakers. I expected kAudioSessionO...
Stolen asked 3/3, 2014 at 12:9

3

One part of my application connects to a device through Bluetooth and normally works fine but occasionally it won't connect and I get the following error 03-11 10:29:20.328: E/BluetoothComService(...
Nasty asked 11/3, 2013 at 14:44

1

Solved

I have the following code in a Xcode 6 playground: import Cocoa import IOBluetooth class BlueDelegate : IOBluetoothDeviceInquiryDelegate { func deviceInquiryComplete(sender: IOBluetoothDeviceInq...
Salience asked 20/6, 2014 at 6:23

1

Solved

What I'm trying to do is use the Apple Notification Center Service (ANCS) from my iPhone on my Mac. To make my Mac show up on in my iPhone's Bluetooth settings, I apparently need to use service sol...
Sternutation asked 5/5, 2014 at 9:30

1

Solved

I’m trying to read characteristics from a service on a Bluetooth LE device. For some reason, for some characteristics, after calling -[CBPeripheralManager discoverCharacteristics:forService], the p...
Janeyjangle asked 21/12, 2013 at 0:5

1

Solved

I am trying to find any workarounds for a Bluetooth LE bug on OSX. In particular, I want to know where OSX goes wrong in reading the Bluetooth LE GATT table. Thus, I am viewing the L2CAP packets in...

1

Solved

The CBCentralManagerScanOptionSolicitedServiceUUIDsKey option is available when scanning for devices in CoreBluetooth, the documentation states Specifying this scan option causes the central man...
Hardee asked 14/2, 2014 at 17:15

1

Solved

I've paired an IOBluetoothDevice in my Mac/Cocoa app and would like to "unpair" it programmatically. That is, I would like to remove the device from the left pane of the Bluetooth section of System...
Exterminate asked 19/2, 2013 at 18:17

1

I am trying to use IOBluetooth framework on OS X 10.8.2 to connect with the bluetooth enabled phones emulating computer as a hands free device. I can successfully make a connection with the phone a...
Ionopause asked 24/11, 2012 at 11:33

1

Solved

I'm working on an application that does does lots of iOS <--> OSX communication. For the most part I have this solved. I'm using CocoaPort to do the communication. Over Wifi this worked nicely ...
Myel asked 31/1, 2013 at 5:33

1

Solved

I'm having trouble understanding the API to set up a l2cap (or RFCOMM) client/server running on OSX like I can with BlueZ on Linux. On Linux, I simply open a socket, bind, listen & then accept...
Falconet asked 17/10, 2009 at 6:25
1

© 2022 - 2024 — McMap. All rights reserved.