Searched refs:CONNECTION_FORBIDDEN (Results 1 – 11 of 11) sorted by relevance
121 if ((int)BTStrategyType::CONNECTION_FORBIDDEN == connectPolicy) { in ProcessConnectStateMessage()131 if ((int)BTStrategyType::CONNECTION_FORBIDDEN == connectPolicy) { in ProcessConnectStateMessage()324 } else if ((int)BTStrategyType::CONNECTION_FORBIDDEN == GetConnectStrategy(device)) { in Connect()654 case BTStrategyType::CONNECTION_FORBIDDEN: in SetConnectStrategy()655 value = (int)BTStrategyType::CONNECTION_FORBIDDEN; in SetConnectStrategy()671 } else if (returnValue && ((int)BTStrategyType::CONNECTION_FORBIDDEN == strategy)) { in SetConnectStrategy()701 return (int)BTStrategyType::CONNECTION_FORBIDDEN; in GetConnectStrategy()
61 SetNamedPropertyByInteger(env, strategyObj, ConnectionStrategy::CONNECTION_FORBIDDEN, in ConnectionStrategyInit()
230 strategy == static_cast<int32_t>(BTStrategyType::CONNECTION_FORBIDDEN)) { in CheckConnectionStrategyInvalid()
289 (strategy != static_cast<int>(BTStrategyType::CONNECTION_FORBIDDEN)))) { in SetConnectStrategy()
303 (strategy != static_cast<int>(BTStrategyType::CONNECTION_FORBIDDEN)))) { in SetConnectStrategy()
352 (strategy != static_cast<int>(BTStrategyType::CONNECTION_FORBIDDEN)))) { in SetConnectStrategy()
662 (strategy != static_cast<int>(BTStrategyType::CONNECTION_FORBIDDEN)))) { in SetConnectStrategy()
265 CONNECTION_FORBIDDEN = 2, enumerator
139 CONNECTION_FORBIDDEN, enumerator
144 CONNECTION_FORBIDDEN, enumerator
469 || strategy == static_cast<int>(BTStrategyType::CONNECTION_FORBIDDEN); in IsValidConnectStrategy()