/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/doc/ApiDoc/BleManagerDoc/ |
H A D | BLE蓝牙Manager使用说明文档.md | 31 >- 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 D | BLE功能界面使用说明文档.md | 37 >- matchMode:(默认值: MATCH_MODE_AGGRESSIVE) 39 > >- MATCH_MODE_AGGRESSIVE
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/Component/ |
H A D | bleFilterTable.ets | 215 { value : 'MATCH_MODE_AGGRESSIVE' }, 218 .value('MATCH_MODE_AGGRESSIVE')
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ |
H A D | napi_bluetooth_host.cpp | 123 … 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 D | napi_bluetooth_utils.h | 186 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 D | napi_bluetooth_ble.cpp | 353 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 D | ble_service_data.h | 236 uint8_t matchMode_ = MATCH_MODE_AGGRESSIVE;
|
H A D | bt_def.h | 453 typedef enum { MATCH_MODE_AGGRESSIVE = 1, MATCH_MODE_STICKY = 2 } MATCH_MODE; enumerator
|
/ohos5.0/docs/zh-cn/application-dev/connectivity/bluetooth/ |
H A D | ble-development-guide.md | 364 matchMode: ble.MatchMode.MATCH_MODE_AGGRESSIVE
|
/ohos5.0/docs/en/application-dev/connectivity/bluetooth/ |
H A D | ble-development-guide.md | 366 matchMode: ble.MatchMode.MATCH_MODE_AGGRESSIVE
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-connectivity-kit/ |
H A D | js-apis-bluetooth.md | 1234 matchMode: bluetooth.MatchMode.MATCH_MODE_AGGRESSIVE, 3537 …chMode | [MatchMode](#matchmodedeprecated) | 是 | 是 | 表示硬件的过滤匹配模式,默认值为MATCH_MODE_AGGRESSIVE。 | 3567 | MATCH_MODE_AGGRESSIVE | 1 | 表示硬件上报扫描结果门限较低,比如扫描到的功率较低或者一段时间扫描到的次数较少也触发上报,默认值。 |
|
H A D | js-apis-bluetooth-ble.md | 187 matchMode: ble.MatchMode.MATCH_MODE_AGGRESSIVE 4029 | matchMode | [MatchMode](#matchmode) | 是 | 是 | 表示硬件的过滤匹配模式,默认值为MATCH_MODE_AGGRESSIVE。 | 4089 | MATCH_MODE_AGGRESSIVE | 1 | 表示硬件上报扫描结果门限较低,比如扫描到的功率较低或者一段时间扫描到的次数较少也触发上报,默认值。 |
|
H A D | js-apis-bluetoothManager.md | 1726 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 D | js-apidiff-communicate.md | 296 | ohos.bluetooth | MatchMode | MATCH_MODE_AGGRESSIVE = 1 | 新增 |
|
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-communicate.md | 296 | ohos.bluetooth | MatchMode | MATCH_MODE_AGGRESSIVE = 1 | Added|
|
/ohos5.0/docs/en/application-dev/reference/apis-connectivity-kit/ |
H A D | js-apis-bluetooth-ble.md | 174 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 D | js-apis-bluetooth.md | 1235 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 D | js-apis-bluetoothManager.md | 1726 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 D | js-apidiff-communication.md | 235 |新增|NA|类名:MatchMode;<br>方法or属性:MATCH_MODE_AGGRESSIVE = 1|@ohos.bluetooth.ble.d.ts| 700 …MATCH_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 D | js-apidiff-communication.md | 235 |Added|NA|Class name: MatchMode;<br>Method or attribute name: MATCH_MODE_AGGRESSIVE = 1|@ohos.bluet… 700 …MATCH_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 D | js-apidiff-communication.md | 228 |新增|NA|类名:MatchMode;<br>方法or属性:MATCH_MODE_AGGRESSIVE = 1|@ohos.bluetooth.ble.d.ts| 949 …MATCH_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 D | js-apidiff-communication.md | 272 |新增|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 D | js-apidiff-communication.md | 228 |新增|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 D | js-apidiff-communication.md | 228 |Added|NA|Class name: MatchMode;<br>Method or attribute name: MATCH_MODE_AGGRESSIVE = 1|@ohos.bluet… 949 …MATCH_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 D | js-apidiff-communication.md | 272 |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…
|