Home
last modified time | relevance | path

Searched refs:MATCH_MODE_STICKY (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth/frameworks/js/napi/src/
H A Dnapi_bluetooth_host.cpp121 SetNamedPropertyByInteger(env, matchMode, static_cast<int>(MatchMode::MATCH_MODE_STICKY), "MATCH_MODE_STICKY"); in MatchModeInit()
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_ble.cpp352 case MatchMode::MATCH_MODE_STICKY: in ConvertMatchMode()
353 params.matchMode = MatchMode::MATCH_MODE_STICKY; in ConvertMatchMode()
1060 SetNamedPropertyByInteger(env, matchModeObj, MatchMode::MATCH_MODE_STICKY, "MATCH_MODE_STICKY"); in PropertyInit()
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_utils.h187 MATCH_MODE_STICKY = 2 // sticky mode enumerator
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dbt_def.h432 typedef enum { MATCH_MODE_AGGRESSIVE = 1, MATCH_MODE_STICKY = 2 } MATCH_MODE; enumerator

Completed in 7 milliseconds