1/* SPDX-License-Identifier: GPL-2.0 */
2/******************************************************************************
3 *
4 * Copyright(c) 2013 Realtek Corporation. All rights reserved.
5 *
6 ******************************************************************************/
7#ifndef __RTW_BTCOEX_H__
8#define __RTW_BTCOEX_H__
9
10#include <drv_types.h>
11
12
13#define PACKET_NORMAL 0
14#define PACKET_DHCP 1
15#define PACKET_ARP 2
16#define PACKET_EAPOL 3
17
18void rtw_btcoex_MediaStatusNotify(struct adapter *, u8 mediaStatus);
19void rtw_btcoex_HaltNotify(struct adapter *);
20
21/* ================================================== */
22/* Below Functions are called by BT-Coex */
23/* ================================================== */
24void rtw_btcoex_RejectApAggregatedPacket(struct adapter *, u8 enable);
25void rtw_btcoex_LPS_Enter(struct adapter *);
26void rtw_btcoex_LPS_Leave(struct adapter *);
27
28#endif /* __RTW_BTCOEX_H__ */
29

source code of linux/drivers/staging/rtl8723bs/include/rtw_btcoex.h