Home
last modified time | relevance | path

Searched refs:bt_vo_active (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_bss_transition.c43 if (hdd_ctx->bt_a2dp_active || hdd_ctx->bt_vo_active) in wlan_hdd_is_bt_in_progress()
H A Dwlan_hdd_cfg80211.c19180 hdd_ctx->bt_vo_active = 1; in hdd_bt_activity_cb()
19182 hdd_ctx->bt_vo_active = 0; in hdd_bt_activity_cb()
19194 hdd_ctx->bt_vo_active, hdd_ctx->bt_profile_con); in hdd_bt_activity_cb()
/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_main.h2216 uint8_t bt_vo_active:1; member