Lines Matching full:implementation

71 	 * When set, indicates that the connectivity implementation bound to this iface should
106 * If the provided iface has been bound to a connectivity implementation, initiate
116 * @retval -ENOTSUP if the iface does not have a connectivity implementation.
117 * @retval implementation-specific status code otherwise.
124 * If the provided iface has been bound to a connectivity implementation, disconnect/disassociate
132 * @retval -ENOTSUP if the iface does not have a connectivity implementation.
133 * @retval implementation-specific status code otherwise.
139 * to a connectivity implementation.
142 * @retval true if connectivity is supported (a connectivity implementation has been bound).
148 * @brief Set implementation-specific connectivity options.
150 * If the provided iface has been bound to a connectivity implementation that supports it,
151 * implementation-specific connectivity options related to the iface.
155 * The meaning of values is up to the conn_mgr_conn_api implementation.
164 * @retval implementation-specific error code otherwise.
169 * @brief Get implementation-specific connectivity options.
171 * If the provided iface has been bound to a connectivity implementation that supports it,
172 * retrieves implementation-specific connectivity options related to the iface.
176 * The meaning of values is up to the conn_mgr_conn_api implementation.
192 * @retval implementation-specific error code otherwise.
199 * If the provided iface is bound to a connectivity implementation, retrieves the value of the
205 * Also returns False if the provided iface is not bound to a connectivity implementation,
213 * If the provided iface is bound to a connectivity implementation, sets the value of the
221 * @retval -ENOTSUP if the provided iface is not bound to a connectivity implementation.
228 * If the provided iface is bound to a connectivity implementation, retrieves the timeout setting
240 * If the provided iface is bound to a connectivity implementation, sets the timeout setting in
247 * @retval -ENOTSUP if the provided iface is not bound to a connectivity implementation.