Home
last modified time | relevance | path

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

/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.cpp1055 if (g_linkNum > A2DP_CONNECT_NUM_MAX) { in UpdateNumberPeerDevice()
1057 g_linkNum = A2DP_CONNECT_NUM_MAX; in UpdateNumberPeerDevice()
H A Da2dp_service.cpp253 if (value > 0 && value < A2DP_CONNECT_NUM_MAX) { in A2dpService()

Completed in 6 milliseconds