So im trying to create a generic library to test any Bluetooth device. So far i can connect to the device but since i dont know what are the services and UUID available im not able to setup the pipes to start testing.
So im trying to create a generic library to test any Bluetooth device. So far i can connect to the device but since i dont know what are the services and UUID available im not able to setup the pipes to start testing.
Hi Tomoum,
You would need to use the masterEmulator.DiscoverServices() method to discover the service UUID (s) before you assign the UUIDs to the pipes and do DiscoverPipes(). Please have a look at the documentation for DiscoverServices() method.
Hi Tomoum,
You would need to use the masterEmulator.DiscoverServices() method to discover the service UUID (s) before you assign the UUIDs to the pipes and do DiscoverPipes(). Please have a look at the documentation for DiscoverServices() method.