nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches
bt_mgmt_scan_for_conn_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_CONN_INTERNAL_H_
16#define _BT_MGMT_SCAN_FOR_CONN_INTERNAL_H_
17
18#include <zephyr/bluetooth/bluetooth.h>
19
28int bt_mgmt_scan_for_conn_start(struct bt_le_scan_param *scan_param, char const *const name);
29
35#endif /* _BT_MGMT_SCAN_FOR_CONN_INTERNAL_H_ */
int bt_mgmt_scan_for_conn_start(struct bt_le_scan_param *scan_param, char const *const name)
Scan for a connection with the given device name.