/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-settings.md | 16 | ohos.settings | wireless | const WIFI_WATCHDOG_STATUS: string | 新增 | 17 | ohos.settings | wireless | const WIFI_STATUS: string | 新增 | 19 | ohos.settings | wireless | const WIFI_DHCP_MAX_RETRY_COUNT: string | 新增 | 20 | ohos.settings | wireless | const OWNER_LOCKDOWN_WIFI_CFG: string | 新增 | 21 | ohos.settings | wireless | const WIFI_RADIO: string | 新增 | 22 | ohos.settings | wireless | const NFC_RADIO: string | 新增 | 23 | ohos.settings | wireless | const CELL_RADIO: string | 新增 | 24 | ohos.settings | wireless | const BLUETOOTH_RADIO: string | 新增 | 25 | ohos.settings | wireless | const BLUETOOTH_STATUS: string | 新增 | 26 | ohos.settings | wireless | const AIRPLANE_MODE_RADIOS: string | 新增 | [all …]
|
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-settings.md | 16 | ohos.settings | wireless | const WIFI_WATCHDOG_STATUS: string | Added| 17 | ohos.settings | wireless | const WIFI_STATUS: string | Added| 19 | ohos.settings | wireless | const WIFI_DHCP_MAX_RETRY_COUNT: string | Added| 20 | ohos.settings | wireless | const OWNER_LOCKDOWN_WIFI_CFG: string | Added| 21 | ohos.settings | wireless | const WIFI_RADIO: string | Added| 22 | ohos.settings | wireless | const NFC_RADIO: string | Added| 23 | ohos.settings | wireless | const CELL_RADIO: string | Added| 24 | ohos.settings | wireless | const BLUETOOTH_RADIO: string | Added| 25 | ohos.settings | wireless | const BLUETOOTH_STATUS: string | Added| 26 | ohos.settings | wireless | const AIRPLANE_MODE_RADIOS: string | Added| [all …]
|
/ohos5.0/docs/en/application-dev/connectivity/wlan/ |
H A D | wlan-overview.md | 4 A wireless local area network (WLAN) uses the radio, infrared, or other technologies to transmit da… 9 …et protocol is used to connect access points (APs) to the Internet, and wireless connections, in w… 22 …In AP mode, a Wi-Fi device acts as a wireless AP and creates its own network (hotspot) that other …
|
/ohos5.0/docs/en/application-dev/connectivity/ |
H A D | connectivity-kit-intro.md | 6 …interactions like payments and access control, Bluetooth provides basic wireless connections for d… 11 Bluetooth is a wireless technology used for exchanging data between devices over a distance of up t… 23 …Bluetooth Low Energy (BLE) is a wireless, low-power Bluetooth technology. Compared with Classic Bl… 43 …Personal Area Network (PAN) is a wireless communication technology used to connect devices to a sm… 49 A wireless local area network (WLAN) uses the radio, infrared, or other technologies to transmit da… 54 …The device in Station (STA) mode can be considered as a client of an existing wireless network. It… 58 … devices to establish a direct Wi-Fi connection without an intermediary wireless access point (AP)…
|
/ohos5.0/docs/en/application-dev/connectivity/bluetooth/ |
H A D | bluetooth-overview.md | 4 Bluetooth, first proposed by Ericsson in 1994, is a wireless technology used for exchanging data be… 7 …uency Hopping Spread Spectrum (FHSS) to prevent interference with other wireless devices. During t… 19 - **pan** module: Personal Area Network (PAN) is a wireless communication technology used to connec…
|
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/network/wifi/vendor/ |
H A D | Makefile | 33 obj-$(CONFIG_DRIVERS_RTL8723DU) += $(HDF_VENDOR_PREFIX)/$(KERNEL_SRC_DIR)/drivers/net/wireless/rtl/
|
/ohos5.0/docs/en/readme/ |
H A D | update.md | 41 … implementation of update over a wireless connection. The update package is downloaded to the devi…
|
H A D | telephony.md | 5 The Telephony subsystem provides APIs for obtaining information about the wireless cellular network…
|
H A D | xts.md | 350 1. Use a network cable or wireless network to connect the development board to your PC.
|
/ohos5.0/foundation/communication/connected_nfc_tag/ |
H A D | README.md | 12 …ontact identification and interconnection technology for short-distance wireless communication bet…
|
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/network/wifi/ |
H A D | Kconfig | 39 This driver uses the kernel's wireless extensions subsystem.
|
/ohos5.0/foundation/communication/nfc/ |
H A D | README.md | 12 …ontact identification and interconnection technology for short-distance wireless communication bet…
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-peripherals-external-des.md | 8 A wireless LAN (WLAN) allows users to easily connect to a wireless network to transmit and share da… 16 …A wireless access point (AP) is a central node of a network that provides the wireless access serv… 24 A service set identifier (SSID) identifies a wireless network. Each WLAN has its SSID. 32 …A terminal device scans the wireless network to obtain visible wireless network information, inclu… 68 …or upper-layer WLAN services to ensure that users can easily access the wireless network and trans…
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-ability-wantConstant.md | 26 …S | ohos.settings.wireless | Action of launching the UI that …
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-ability-wantConstant.md | 26 | ACTION_WIRELESS_SETTINGS | ohos.settings.wireless | 指示启动提供无线…
|
/ohos5.0/base/powermgr/battery_manager/frameworks/napi/src/ |
H A D | battery_info.cpp | 428 napi_value wireless = nullptr; in CreateEnumPluggedType() local 433 napi_create_int32(env, (int32_t)BatteryPluggedType::PLUGGED_TYPE_WIRELESS, &wireless); in CreateEnumPluggedType() 439 DECLARE_NAPI_STATIC_PROPERTY("WIRELESS", wireless), in CreateEnumPluggedType()
|
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/ |
H A D | oh__batteryinfo.md | 114 PLUGGED_TYPE_WIRELESS: wireless charging.
|
H A D | js-apis-batteryStatistics-sys.md | 295 | CONSUMPTION_TYPE_RADIO | -12 | Power consumption of wireless communication. |
|
/ohos5.0/base/powermgr/battery_statistics/ |
H A D | README.md | 11 …ng items: CPU power consumption, running lock power consumption, mobile wireless power consumption…
|
/ohos5.0/docs/en/application-dev/telephony/ |
H A D | telephony-overview.md | 10 - Data module: Allows an application to access cellular data services. Cellular data is a wireless …
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-power-charge-type-customization.md | 7 …rough different types of charging, for example, wired fast charging and wireless fast charging. Op…
|
/ohos5.0/foundation/communication/wifi/ |
H A D | README.md | 14 A wireless local area network \(WLAN\) uses the radio, infrared, or other technologies to transmit …
|
/ohos5.0/docs/en/release-notes/ |
H A D | OpenHarmony-v3.2-beta2.md | 186 … a short-range wireless technology used to implement communication between fixed and mobile device…
|
/ohos5.0/foundation/multimedia/audio_framework/ |
H A D | README.md | 330 A Bluetooth Advanced Audio Distribution Mode (A2DP) headset for wireless audio transmission.
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-settings.md | 176 ## wireless section
|