I am new in Android, I am working on a project where I have to connect My device with all devices which can be found in by startDiscovery()
call Using Bluetooth. I have gone through with bluetooth chat sample
, but issue is that for make connection I need to click on item of search-devices in the list, but I want to send data object on all the devices in the list.. is that possible with listenUsingInsecureComm..
,? but I am not getting the way how to pair with other search devices without permission (that the receiving device dont need to click Yes for pairing)?
I also visited related question here but can't get my solution.