nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
bt_mgmt_adv_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
7#ifndef _BT_MGMT_ADV_INTERNAL_H_
8#define _BT_MGMT_ADV_INTERNAL_H_
9
10#include <zephyr/bluetooth/bluetooth.h>
11
16
25void bt_mgmt_dir_adv_timed_out(uint8_t ext_adv_index);
26
27#endif /* _BT_MGMT_ADV_INTERNAL_H_ */
void bt_mgmt_adv_init(void)
Initialize the advertising part of the Bluetooth management module.
void bt_mgmt_dir_adv_timed_out(uint8_t ext_adv_index)
Handle timed-out directed advertisement.