Home
last modified time | relevance | path

Searched refs:A2DP_CONNECT_NUM_MAX (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_def.h228 A2DP_CONNECT_NUM_MAX = 6, enumerator
H A Da2dp_service.h624 int maxConnectNumSnk_ = A2DP_CONNECT_NUM_MAX; // max number of connected peer device
H A Da2dp_profile.cpp1053 if (g_linkNum > A2DP_CONNECT_NUM_MAX) { in UpdateNumberPeerDevice()
1055 g_linkNum = A2DP_CONNECT_NUM_MAX; in UpdateNumberPeerDevice()
H A Da2dp_service.cpp253 if (value > 0 && value < A2DP_CONNECT_NUM_MAX) { in A2dpService()