Home
last modified time | relevance | path

Searched refs:CONNECTION_ALLOWED (Results 1 - 11 of 11) sorted by relevance

/foundation/communication/bluetooth/frameworks/js/napi/src/base_profile/
H A Dnapi_bluetooth_base_profile.cpp55 SetNamedPropertyByInteger(env, strategyObj, ConnectionStrategy::CONNECTION_ALLOWED, in ConnectionStrategyInit()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_utils.cpp225 if (strategy == static_cast<int32_t>(BTStrategyType::CONNECTION_ALLOWED) || in CheckConnectionStrategyInvalid()
H A Dbluetooth_a2dp_snk.cpp284 ((strategy != static_cast<int>(BTStrategyType::CONNECTION_ALLOWED)) && in SetConnectStrategy()
H A Dbluetooth_hid_host.cpp299 (strategy != static_cast<int>(BTStrategyType::CONNECTION_ALLOWED)) && in SetConnectStrategy()
H A Dbluetooth_a2dp_src.cpp348 (strategy != static_cast<int>(BTStrategyType::CONNECTION_ALLOWED)) && in SetConnectStrategy()
H A Dbluetooth_hfp_ag.cpp658 (strategy != static_cast<int>(BTStrategyType::CONNECTION_ALLOWED)) && in SetConnectStrategy()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_service.cpp651 case BTStrategyType::CONNECTION_ALLOWED: in SetConnectStrategy()
652 value = (int)BTStrategyType::CONNECTION_ALLOWED; in SetConnectStrategy()
667 if (returnValue && ((int)BTStrategyType::CONNECTION_ALLOWED == strategy)) { in SetConnectStrategy()
698 if (value == (int)BTStrategyType::CONNECTION_ALLOWED) { in GetConnectStrategy()
699 return (int)BTStrategyType::CONNECTION_ALLOWED; in GetConnectStrategy()
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_utils.h280 CONNECTION_ALLOWED = 1, enumerator
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_def.h114 CONNECTION_ALLOWED, member in OHOS::Bluetooth::BTStrategyType
/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_bluetooth_utils.cpp465 return strategy == static_cast<int>(BTStrategyType::CONNECTION_ALLOWED) in IsValidConnectStrategy()
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dbt_def.h121 CONNECTION_ALLOWED, member in OHOS::bluetooth::BTStrategyType

Completed in 16 milliseconds