Searched refs:MatchMode (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/bluetooth/frameworks/js/napi/src/ |
H A D | napi_bluetooth_host.cpp | 96 DECLARE_NAPI_PROPERTY("MatchMode", matchModeObject), in PropertyValueInit() 120 env, matchMode, static_cast<int>(MatchMode::MATCH_MODE_AGGRESSIVE), "MATCH_MODE_AGGRESSIVE"); in MatchModeInit() 121 SetNamedPropertyByInteger(env, matchMode, static_cast<int>(MatchMode::MATCH_MODE_STICKY), "MATCH_MODE_STICKY"); in MatchModeInit()
|
/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_utils.h | 185 enum MatchMode { enum 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 D | napi_bluetooth_ble.cpp | 349 case MatchMode::MATCH_MODE_AGGRESSIVE: in ConvertMatchMode() 350 params.matchMode = MatchMode::MATCH_MODE_AGGRESSIVE; in ConvertMatchMode() 352 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() 1061 SetNamedPropertyByInteger(env, matchModeObj, MatchMode::MATCH_MODE_AGGRESSIVE, "MATCH_MODE_AGGRESSIVE"); in PropertyInit() 1089 DECLARE_NAPI_PROPERTY("MatchMode", matchModeObj), in PropertyInit()
|
Completed in 4 milliseconds