Home
last modified time | relevance | path

Searched refs:bt_info_hb0 (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/net/wireless/realtek/rtw88/
Dcoex.c2361 coex_stat->bt_info_c2h[rsp_source][3] == coex_stat->bt_info_hb0 && in rtw_coex_bt_info_notify()
2369 coex_stat->bt_info_hb0 = coex_stat->bt_info_c2h[rsp_source][3]; in rtw_coex_bt_info_notify()
2415 coex_stat->bt_rssi = coex_stat->bt_info_hb0 * 2 + 10; in rtw_coex_bt_info_notify()
2417 if (coex_stat->bt_info_hb0 <= 127) in rtw_coex_bt_info_notify()
2419 else if (256 - coex_stat->bt_info_hb0 <= 100) in rtw_coex_bt_info_notify()
2420 coex_stat->bt_rssi = 100 - (256 - coex_stat->bt_info_hb0); in rtw_coex_bt_info_notify()
Dmain.h1339 u8 bt_info_hb0; member