Home
last modified time | relevance | path

Searched refs:connectPolicy (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_service.cpp59 int connectPolicy = service->GetConnectStrategy(btAddr); in OnConnectStateChanged() local
60 int connectState = ProcessConnectStateMessage(btAddr, deviceInfo, connectPolicy, state, in OnConnectStateChanged()
114 …RawAddress btAddr, A2dpDeviceInfo *deviceInfo, const int connectPolicy, const int state, const uin… in ProcessConnectStateMessage() argument
121 if ((int)BTStrategyType::CONNECTION_FORBIDDEN == connectPolicy) { in ProcessConnectStateMessage()
131 if ((int)BTStrategyType::CONNECTION_FORBIDDEN == connectPolicy) { in ProcessConnectStateMessage()
H A Da2dp_service.h111 …RawAddress btAddr, A2dpDeviceInfo *deviceInfo, const int connectPolicy, const int state, const uin…