Home
last modified time | relevance | path

Searched refs:MATCH_MODE_AGGRESSIVE (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/bluetooth/frameworks/js/napi/src/
H A Dnapi_bluetooth_host.cpp120 env, matchMode, static_cast<int>(MatchMode::MATCH_MODE_AGGRESSIVE), "MATCH_MODE_AGGRESSIVE"); in MatchModeInit()
/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 filters hardware match
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_ble.cpp349 case MatchMode::MATCH_MODE_AGGRESSIVE: in ConvertMatchMode()
350 params.matchMode = MatchMode::MATCH_MODE_AGGRESSIVE; in ConvertMatchMode()
1061 SetNamedPropertyByInteger(env, matchModeObj, MatchMode::MATCH_MODE_AGGRESSIVE, "MATCH_MODE_AGGRESSIVE"); in PropertyInit()
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_service_data.h204 uint8_t matchMode_ = MATCH_MODE_AGGRESSIVE;
H A Dbt_def.h432 typedef enum { MATCH_MODE_AGGRESSIVE = 1, MATCH_MODE_STICKY = 2 } MATCH_MODE; enumerator

Completed in 9 milliseconds