Refactor out the scan roles handling from hci_core.c to its own source file in scan.c. Scan roles consists of regular scanning and synchronization to periodic advertiser. Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
13 lines
259 B
C
13 lines
259 B
C
/*
|
|
* Copyright (c) 2017-2021 Nordic Semiconductor ASA
|
|
* Copyright (c) 2015-2016 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
void bt_scan_reset(void);
|
|
|
|
bool bt_id_scan_random_addr_check(void);
|
|
|
|
int bt_le_scan_set_enable(uint8_t enable);
|