Lines Matching +full:100 +full:bt
28 * Detects if there is any priority bt traffic
42 /* Detect if colocated bt started scanning */ in ath_detect_bt_priority()
45 "BT scan detected\n"); in ath_detect_bt_priority()
50 "BT priority traffic detected\n"); in ath_detect_bt_priority()
60 * This is the master bt coex work which runs for every
61 * 45ms, bt traffic will be given priority during 55% of this
95 * Work to time slice between wlan and bt traffic and
106 ath_dbg(common, BTCOEX, "time slice work for bt and wlan\n"); in ath_btcoex_duty_cycle_work()
122 btcoex->btcoex_no_stomp = (100 - ATH_BTCOEX_DEF_DUTY_CYCLE) * in ath_htc_init_btcoex_work()
123 btcoex->btcoex_period / 100; in ath_htc_init_btcoex_work()
124 btcoex->btscan_no_stomp = (100 - ATH_BTCOEX_BTSCAN_DUTY_CYCLE) * in ath_htc_init_btcoex_work()
125 btcoex->btcoex_period / 100; in ath_htc_init_btcoex_work()
150 * Cancel btcoex and bt duty cycle work.