mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
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>
This commit is contained in:
committed by
mobile promotions
parent
12dfceef12
commit
7fc04f1749
9
drivers/misc/bluedroid_pm.h
Normal file
9
drivers/misc/bluedroid_pm.h
Normal file
@@ -0,0 +1,9 @@
|
||||
// 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 */
|
||||
Reference in New Issue
Block a user