Searched refs:connectPolicy (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_service.cpp | 59 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 D | a2dp_service.h | 111 …RawAddress btAddr, A2dpDeviceInfo *deviceInfo, const int connectPolicy, const int state, const uin…
|