Is there a private API for sending HCI command under iOS

925 views Asked by At

Is there a way to send HCI command under iOS (even using private API)?

1

There are 1 answers

0
Victor Ronin On

Based on the fast glance, I didn't find it (all I found higher level interfaces)

I checked two frameworks (you are welcome to double check this, because my Bluetooth knowledge is limited)

  • /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
  • /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth

And I found some references to it in BTServer:

  • /usr/sbin/BTServer

As I understand this is a daemon which does all the work related to BT on iOS. However, it doesn't provide interfaces to internal functionality except through frameworks.