Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_connection_manager.h161 std::pair<uint16_t, uint16_t> GetMaximumNumberOfConnections() const;
H A Dgatt_server_service.cpp145 auto maxNum = GattConnectionManager::GetInstance().GetMaximumNumberOfConnections(); in GetMaxConnectNum()
H A Dgatt_client_service.cpp208 auto maxNum = GattConnectionManager::GetInstance().GetMaximumNumberOfConnections(); in GetMaxConnectNum()
H A Dgatt_connection_manager.cpp233 std::pair<uint16_t, uint16_t> GattConnectionManager::GetMaximumNumberOfConnections() const in GetMaximumNumberOfConnections() function in OHOS::bluetooth::GattConnectionManager