ping_discover_network
ping_discover_network copied to clipboard
While connect with bluetooth headset, not getting connected device list
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),
);