Application doesn't launch when a device attempts to connect to the service
Hello, I'm developing an application that I want to be launched when a remote device attempts to connect to the Bluetooth service. Then, I have added the "LocalAttributes" property to control the local behavior of the service. I have specified the values for the two local attributes: "Persistent" (YES) and "TargetApplication" (application absolute path). The problem is that the target application doesn't get launched when the remote device attempts to connect to the service. The application that I want to be launched uses IOBluetoothGetObjectIDFromArguments() and IOBluetoothL2CAPChannelCreateFromObjectID() for the L2CAP channel creation Do I need to setup something else in addition to the "LocalAttributes" property? Thanks in advance. Best Regards Jorge Alfonso Briones Garcia _______________________________________________ bluetooth-dev mailing list | bluetooth-dev@lists.apple.com Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/bluetooth-dev Do not post admin requests to the list. They will be ignored.
participants (1)
-
Jorge Alfonso Briones Garcia