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:
Revanth Kumar Uppala
2022-08-23 10:59:48 +05:30
committed by mobile promotions
parent 12dfceef12
commit 7fc04f1749
3 changed files with 643 additions and 0 deletions

View 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 */