Home
last modified time | relevance | path

Searched refs:CONNECTION_FORBIDDEN (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_service.cpp121 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()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/base_profile/
H A Dnapi_bluetooth_base_profile.cpp61 SetNamedPropertyByInteger(env, strategyObj, ConnectionStrategy::CONNECTION_FORBIDDEN, in ConnectionStrategyInit()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_utils.cpp230 strategy == static_cast<int32_t>(BTStrategyType::CONNECTION_FORBIDDEN)) { in CheckConnectionStrategyInvalid()
H A Dbluetooth_a2dp_snk.cpp289 (strategy != static_cast<int>(BTStrategyType::CONNECTION_FORBIDDEN)))) { in SetConnectStrategy()
H A Dbluetooth_hid_host.cpp303 (strategy != static_cast<int>(BTStrategyType::CONNECTION_FORBIDDEN)))) { in SetConnectStrategy()
H A Dbluetooth_a2dp_src.cpp352 (strategy != static_cast<int>(BTStrategyType::CONNECTION_FORBIDDEN)))) { in SetConnectStrategy()
H A Dbluetooth_hfp_ag.cpp662 (strategy != static_cast<int>(BTStrategyType::CONNECTION_FORBIDDEN)))) { in SetConnectStrategy()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_utils.h265 CONNECTION_FORBIDDEN = 2, enumerator
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_def.h139 CONNECTION_FORBIDDEN, enumerator
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dbt_def.h144 CONNECTION_FORBIDDEN, enumerator
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_bluetooth_utils.cpp469 || strategy == static_cast<int>(BTStrategyType::CONNECTION_FORBIDDEN); in IsValidConnectStrategy()