Searched refs:hotspotEnable (Results 1 – 2 of 2) sorted by relevance
28 let hotspotEnable = false34 if ( hotspotEnable ) {44 hotspotEnable = true45 AppStorage.setOrCreate('hotspotIsOn' , hotspotEnable);62 if ( !hotspotEnable ) {72 hotspotEnable = false;73 AppStorage.setOrCreate('hotspotIsOn' , hotspotEnable);109 hotspotEnable = true111 hotspotEnable = false
431 bool hotspotEnable = false; in IsOtherVapConnect() local464 hotspotEnable = true; in IsOtherVapConnect()468 return p2pOrHmlConnected && hotspotEnable; in IsOtherVapConnect()