Lines Matching +full:- +full:- +full:user
2 * Copyright (c) 2017-2021 Nordic Semiconductor ASA
3 * Copyright (c) 2015-2016 Intel Corporation
5 * SPDX-License-Identifier: Apache-2.0
42 * not add/remove any user.
65 * when another user that demands higher duty-cycle is being added.
66 * It is not allowed to add a user that was already added.
72 * If flag is set to @ref BT_LE_SCAN_USER_NONE, no user is being added. Instead, the
78 * @param flag user requesting the scanner
81 * @retval -EALREADY if the user is already enabled
82 * @retval -EPERM if the explicit scanner is being enabled while the initiator is running
84 * @retval -ENOBUFS if no hci command buffer could be allocated
85 * @retval -EBUSY if the scanner is updated in a different thread. The user was added but
98 * when a user that demands higher duty-cycle is being removed.
99 * Removing a user that was not added does not result in an error.
101 * This API allows removing the user why the scanner is running.
104 * If flag is set to @ref BT_LE_SCAN_USER_NONE, no user is being added. Instead, the
110 * @param flag user releasing the scanner
113 * @retval -ENOBUFS if no hci command buffer could be allocated
114 * @retval -EBUSY if the scanner is updated in a different thread. The user was removed but