nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches
bt_mgmt_scan_for_broadcast_internal.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2023 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
15#ifndef _BT_MGMT_SCAN_FOR_BROADCAST_INTERNAL_H_
16#define _BT_MGMT_SCAN_FOR_BROADCAST_INTERNAL_H_
17
18#include <zephyr/bluetooth/bluetooth.h>
19
29int bt_mgmt_scan_for_broadcast_start(struct bt_le_scan_param *scan_param, char const *const name,
30 uint32_t brdcast_id);
31
37#endif /* _BT_MGMT_SCAN_FOR_BROADCAST_INTERNAL_H_ */
int bt_mgmt_scan_for_broadcast_start(struct bt_le_scan_param *scan_param, char const *const name, uint32_t brdcast_id)
Scan for a broadcaster with the given name.