java - Service Discovery Fail - Bluetooth Chat Connection using SPP -
java - Service Discovery Fail - Bluetooth Chat Connection using SPP -
so have compiled , succesfully ran android bluetooth chat project on eclipse (api8).
the issue is, when connect own embedded bluetooth device (http://www.sparkfun.com/products/582) says "service discovery fail" in debug mode.
i searched, , found post: android bluetooth: service discovery failed exception
how every compilation error.
i have several quick fixes in eclipse. none of work. new java.
thanks
in experience, absolutely essential modification create bluetooth chat application enable connection spp profile of bluetooth device utilize spp uuid. alter my_uuid follows:
private static final uuid my_uuid = uuid.fromstring("00001101-0000-1000-8000-00805f9b34fb");
with uuid find able connect big range of spp bluetooth modules.
java android bluetooth serial-port
Comments
Post a Comment