merlin2049er Well-Known Member Licensed User Longtime User Jun 11, 2013 #1 I've got an app that I want to add some bluetooth connectivity to. Just a quick stupid question; how does your app know it's connected to the right bluetooth device? I know you pair the items in the settings, or within the app using discovery. But, how does your app know which bluetooth device to issue commands to? Thanks, Joe
I've got an app that I want to add some bluetooth connectivity to. Just a quick stupid question; how does your app know it's connected to the right bluetooth device? I know you pair the items in the settings, or within the app using discovery. But, how does your app know which bluetooth device to issue commands to? Thanks, Joe
KitCarlson Active Member Licensed User Longtime User Jun 12, 2013 #2 The connect uses the mac of the BT device. There is a BT chat example by Erel, study it and much will be learned. Upvote 0
The connect uses the mac of the BT device. There is a BT chat example by Erel, study it and much will be learned.
merlin2049er Well-Known Member Licensed User Longtime User Jun 12, 2013 #3 Ok, right so basically you need to know what your connecting to. Upvote 0