Home
last modified time | relevance | path

Searched refs:MATCH_MODE_AGGRESSIVE (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/doc/ApiDoc/BleManagerDoc/
H A DBLE蓝牙Manager使用说明文档.md31 >- matchMode:(默认值: MATCH_MODE_AGGRESSIVE)
33 > >- MATCH_MODE_AGGRESSIVE
85 >| matchMode | **MatchMode** | 是 | 是 | 表示硬件的过滤匹配模式,默认值为MATCH_MODE_AGGRESSIVE。 |
103 >| MATCH_MODE_AGGRESSIVE | 1 | 表示硬件上报扫描结果门限较低,比如扫描到的功率较低或者一段时间扫描到的次数较少也触发上报,默认值。 |
139 - {扫描选项#dutyMode}设置成{SCAN_MODE_LOW_POWER}并且{ScanOptions#matchMode}设置为{ MATCH_MODE_AGGRESSIVE}
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/doc/ApiDoc/BleDoc/
H A DBLE功能界面使用说明文档.md37 >- matchMode:(默认值: MATCH_MODE_AGGRESSIVE)
39 > >- MATCH_MODE_AGGRESSIVE
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/Component/
H A DbleFilterTable.ets215 { value : 'MATCH_MODE_AGGRESSIVE' },
218 .value('MATCH_MODE_AGGRESSIVE')
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/
H A Dnapi_bluetooth_host.cpp123 … env, matchMode, static_cast<int>(MatchMode::MATCH_MODE_AGGRESSIVE), "MATCH_MODE_AGGRESSIVE"); in MatchModeInit()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_utils.h186 MATCH_MODE_AGGRESSIVE = 1, // aggressive mode enumerator
213 …MatchMode matchMode = MatchMode::MATCH_MODE_AGGRESSIVE; // Match mode for Bluetooth LE scan filte…
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_ble.cpp353 case MatchMode::MATCH_MODE_AGGRESSIVE: in ConvertMatchMode()
354 params.matchMode = MatchMode::MATCH_MODE_AGGRESSIVE; in ConvertMatchMode()
1068 …SetNamedPropertyByInteger(env, matchModeObj, MatchMode::MATCH_MODE_AGGRESSIVE, "MATCH_MODE_AGGRESS… in PropertyInit()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_service_data.h236 uint8_t matchMode_ = MATCH_MODE_AGGRESSIVE;
H A Dbt_def.h453 typedef enum { MATCH_MODE_AGGRESSIVE = 1, MATCH_MODE_STICKY = 2 } MATCH_MODE; enumerator
/ohos5.0/docs/zh-cn/application-dev/connectivity/bluetooth/
H A Dble-development-guide.md364 matchMode: ble.MatchMode.MATCH_MODE_AGGRESSIVE
/ohos5.0/docs/en/application-dev/connectivity/bluetooth/
H A Dble-development-guide.md366 matchMode: ble.MatchMode.MATCH_MODE_AGGRESSIVE
/ohos5.0/docs/zh-cn/application-dev/reference/apis-connectivity-kit/
H A Djs-apis-bluetooth.md1234 matchMode: bluetooth.MatchMode.MATCH_MODE_AGGRESSIVE,
3537 …chMode | [MatchMode](#matchmodedeprecated) | 是 | 是 | 表示硬件的过滤匹配模式,默认值为MATCH_MODE_AGGRESSIVE。 |
3567 | MATCH_MODE_AGGRESSIVE | 1 | 表示硬件上报扫描结果门限较低,比如扫描到的功率较低或者一段时间扫描到的次数较少也触发上报,默认值。 |
H A Djs-apis-bluetooth-ble.md187 matchMode: ble.MatchMode.MATCH_MODE_AGGRESSIVE
4029 | matchMode | [MatchMode](#matchmode) | 是 | 是 | 表示硬件的过滤匹配模式,默认值为MATCH_MODE_AGGRESSIVE。 |
4089 | MATCH_MODE_AGGRESSIVE | 1 | 表示硬件上报扫描结果门限较低,比如扫描到的功率较低或者一段时间扫描到的次数较少也触发上报,默认值。 |
H A Djs-apis-bluetoothManager.md1726 matchMode: bluetoothManager.MatchMode.MATCH_MODE_AGGRESSIVE,
4877 …chMode | [MatchMode](#matchmodedeprecated) | 是 | 是 | 表示硬件的过滤匹配模式,默认值为MATCH_MODE_AGGRESSIVE。 |
4907 | MATCH_MODE_AGGRESSIVE | 1 | 表示硬件上报扫描结果门限较低,比如扫描到的功率较低或者一段时间扫描到的次数较少也触发上报,默认值。 |
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-communicate.md296 | ohos.bluetooth | MatchMode | MATCH_MODE_AGGRESSIVE = 1 | 新增 |
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-communicate.md296 | ohos.bluetooth | MatchMode | MATCH_MODE_AGGRESSIVE = 1 | Added|
/ohos5.0/docs/en/application-dev/reference/apis-connectivity-kit/
H A Djs-apis-bluetooth-ble.md174 matchMode: ble.MatchMode.MATCH_MODE_AGGRESSIVE
4016 …) | Yes | Yes | Hardware filtering match mode. The default value is **MATCH_MODE_AGGRESSIVE**.|
4076 | MATCH_MODE_AGGRESSIVE | 1 | Hardware reports the scan result with a lower threshold of signal …
H A Djs-apis-bluetooth.md1235 matchMode: bluetooth.MatchMode.MATCH_MODE_AGGRESSIVE,
3535 …) | Yes | Yes | Hardware filtering match mode. The default value is **MATCH_MODE_AGGRESSIVE**.|
3565 | MATCH_MODE_AGGRESSIVE | 1 | Hardware reports the scan result with a lower threshold of signal …
H A Djs-apis-bluetoothManager.md1726 matchMode: bluetoothManager.MatchMode.MATCH_MODE_AGGRESSIVE,
4874 …) | Yes | Yes | Hardware filtering match mode. The default value is **MATCH_MODE_AGGRESSIVE**.|
4904 | MATCH_MODE_AGGRESSIVE | 1 | Hardware reports the scan result with a lower threshold of signal …
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v4.0-beta2/
H A Djs-apidiff-communication.md235 |新增|NA|类名:MatchMode;<br>方法or属性:MATCH_MODE_AGGRESSIVE = 1|@ohos.bluetooth.ble.d.ts|
700MATCH_MODE_AGGRESSIVE = 1<br>旧版本信息:|类名:MatchMode;<br>方法or属性:MATCH_MODE_AGGRESSIVE = 1<br>新版本信息:10<…
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v4.0-beta2/
H A Djs-apidiff-communication.md235 |Added|NA|Class name: MatchMode;<br>Method or attribute name: MATCH_MODE_AGGRESSIVE = 1|@ohos.bluet…
700MATCH_MODE_AGGRESSIVE = 1<br>Old version information: |Class name: MatchMode;<br>Method or attribu…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-communication.md228 |新增|NA|类名:MatchMode;<br>方法or属性:MATCH_MODE_AGGRESSIVE = 1|@ohos.bluetooth.ble.d.ts|
949MATCH_MODE_AGGRESSIVE = 1<br>旧版本信息:|类名:MatchMode;<br>方法or属性:MATCH_MODE_AGGRESSIVE = 1<br>新版本信息:10<…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-communication.md272 |新增|NA|类名:MatchMode;<br>方法or属性:MATCH_MODE_AGGRESSIVE = 1|@ohos.bluetoothManager.d.ts|
1169 |废弃版本有变化|类名:MatchMode;<br>方法or属性:MATCH_MODE_AGGRESSIVE = 1<br>旧版本信息:|类名:MatchMode;<br>方法or属性:MATCH_…
/ohos5.0/docs/zh-cn/release-notes/api-diff/Beta5 to v3.2-Release/
H A Djs-apidiff-communication.md228 |新增|NA|模块名: ohos.bluetoothManager<br>类名: MatchMode<br>方法 or 属性: MATCH_MODE_AGGRESSIVE = 1|@ohos.blu…
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/
H A Djs-apidiff-communication.md228 |Added|NA|Class name: MatchMode;<br>Method or attribute name: MATCH_MODE_AGGRESSIVE = 1|@ohos.bluet…
949MATCH_MODE_AGGRESSIVE = 1<br>Old version information: |Class name: MatchMode;<br>Method or attribu…
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-communication.md272 |Added|NA|Class name: MatchMode;<br>Method or attribute name: MATCH_MODE_AGGRESSIVE = 1|@ohos.bluet…
1169 …r attribute name: MATCH_MODE_AGGRESSIVE = 1<br>Old version: |Class name: MatchMode;<br>Method or a…

12