Lines Matching +full:no +full:- +full:enum
2 * Copyright (c) 2017-2021 Nordic Semiconductor ASA
3 * Copyright (c) 2015-2016 Intel Corporation
5 * SPDX-License-Identifier: Apache-2.0
21 enum bt_le_scan_user {
65 * when another user that demands higher duty-cycle is being added.
72 * If flag is set to @ref BT_LE_SCAN_USER_NONE, no user is being added. Instead, the
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
89 int bt_le_scan_user_add(enum bt_le_scan_user flag);
98 * when a user that demands higher duty-cycle is being removed.
104 * If flag is set to @ref BT_LE_SCAN_USER_NONE, no user is being added. Instead, the
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
118 int bt_le_scan_user_remove(enum bt_le_scan_user flag);