Home
last modified time | relevance | path

Searched refs:bt_profile_con (Results 1 – 7 of 7) sorted by relevance

/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/
Dwlan_mlme_ucfg_api.c140 bool bt_profile_con) in ucfg_mlme_set_bt_profile_con() argument
142 wlan_mlme_set_bt_profile_con(psoc, bt_profile_con); in ucfg_mlme_set_bt_profile_con()
Dwlan_mlme_api.c1534 bool bt_profile_con) in wlan_mlme_set_bt_profile_con() argument
1542 mlme_obj->cfg.gen.bt_profile_con = bt_profile_con; in wlan_mlme_set_bt_profile_con()
1554 return mlme_obj->cfg.gen.bt_profile_con; in wlan_mlme_get_bt_profile_con()
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/inc/
Dwlan_mlme_public_struct.h1559 bool bt_profile_con; member
Dwlan_mlme_api.h4319 bool bt_profile_con);
Dwlan_mlme_ucfg_api.h105 bool bt_profile_con);
/wlan-driver/qcacld-3.0/core/hdd/inc/
Dwlan_hdd_main.h2217 uint8_t bt_profile_con:1; member
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_cfg80211.c19184 hdd_ctx->bt_profile_con = 1; in hdd_bt_activity_cb()
19186 hdd_ctx->bt_profile_con = 0; in hdd_bt_activity_cb()
19191 ucfg_mlme_set_bt_profile_con(hdd_ctx->psoc, hdd_ctx->bt_profile_con); in hdd_bt_activity_cb()
19194 hdd_ctx->bt_vo_active, hdd_ctx->bt_profile_con); in hdd_bt_activity_cb()