ping_discover_network icon indicating copy to clipboard operation
ping_discover_network copied to clipboard

While connect with bluetooth headset, not getting connected device list

Open lathiyaviral-avinashi opened this issue 5 years ago • 0 comments

While connecting with Bluetooth headset, not getting connected device list.

Here, my code sample :

final stream = NetworkAnalyzer.discover2(
  IP_ADDRESS,
  PORT,
  timeout: Duration(milliseconds: 7000),
);

lathiyaviral-avinashi avatar Mar 16 '20 12:03 lathiyaviral-avinashi