Files
linux-nv-oot/drivers/misc/bluedroid_pm.h
Revanth Kumar Uppala 7fc04f1749 BT: Add bluedroid_pm driver support for K5.15.
Bug 3750163

Change-Id: I7747bbcc8192cb1302e6650af24cade048cf5a0f
Signed-off-by: Revanth Kumar Uppala <ruppala@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2765115
Reviewed-by: Shobek Attupurath <sattupurath@nvidia.com>
Reviewed-by: Bitan Biswas <bbiswas@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
2022-11-29 04:03:38 -08:00

10 lines
302 B
C

// SPDX-License-Identifier: GPL-2.0-only
/* Copyright (c) 2019-2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved */
#ifndef _BLUEDROID_PM_H
#define _BLUEDROID_PM_H
void bluedroid_pm_set_ext_state(bool blocked);
void bt_wlan_lock(void);
void bt_wlan_unlock(void);
#endif /* _BLUEDROID_PM_H */