I am trying to search services of RFID reader which supports SPP.
......
UUID[] uuids = new UUID[1];
uuids[0] = new UUID(0x1101);
agent.searchServices(null,uuids,device,this);
.....
But it responds with code Device not found.
......
case DiscoveryListener.SERVICE_SEARCH_DEVICE_NOT_REACHABLE:
.....
Before that it asks
"Do you want to pair" -> I press yes. While I am trying to enter password, alert pop up with message "Pairing failed".
Could you help me to solve this.



