UNPKG

react-native-wifi-p2p

Version:

Module for working with wifi direct (p2p) API module in android.

15 lines (13 loc) 223 B
// DEVICE INFO STATUSES const CONNECTED = 0; const INVITED = 1; const FAILED = 2; const AVAILABLE = 3; const UNAVAILABLE = 4; export { CONNECTED, INVITED, FAILED, AVAILABLE, UNAVAILABLE }