Home
last modified time | relevance | path

Searched refs:SOCK_MAX_CLIENT (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket_def.h30 static const int SOCK_MAX_CLIENT = 6; variable
H A Dsocket.h162 int maxConnectedNum_ {SOCK_MAX_CLIENT};
H A Dsocket.cpp364 int number = SOCK_MAX_CLIENT; in GetMaxConnectionDevicesNum()