Discoverability of bluetooth device during Inquiry
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 i开发者_如何学Gots doing inquiry. Is this possible ? Thanks in advance.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.
精彩评论