Discoverability of bluetooth device during Inquiry

324 Views Asked by At

On my device bluetooth properties give

System.getProperty("bluetooth.sd.trans.max");

as 1.
It is not found by other device while it is making an inquiry itself.
I want to my device to be discoverable while its doing inquiry. Is this possible ?
Thanks in advance.

1

There are 1 best solutions below

0
On

Inquiry is prioritised over inquiry/page scan on most devices, so no: scanning probably stops during the inquiry process, and you won't be discoverable.