2021-03-08 21:30:19 +08:00
|
|
|
/*
|
|
|
|
* 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);
|
2021-04-22 20:27:33 +08:00
|
|
|
|
|
|
|
struct bt_le_per_adv_sync *bt_hci_get_per_adv_sync(uint16_t handle);
|
2022-07-11 20:14:50 +08:00
|
|
|
|
|
|
|
void bt_periodic_sync_disable(void);
|