Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/realtek/rtw88/
Dcoex.c3093 coex_stat->bt_info_c2h[rsp_source][3] == coex_stat->bt_info_hb0 && in rtw_coex_bt_info_notify()
3104 coex_stat->bt_info_hb0 = coex_stat->bt_info_c2h[rsp_source][3]; in rtw_coex_bt_info_notify()
3175 coex_stat->bt_rssi = coex_stat->bt_info_hb0 * 2 + 10; in rtw_coex_bt_info_notify()
3177 if (coex_stat->bt_info_hb0 <= 127) in rtw_coex_bt_info_notify()
3179 else if (256 - coex_stat->bt_info_hb0 <= 100) in rtw_coex_bt_info_notify()
3180 coex_stat->bt_rssi = 100 - (256 - coex_stat->bt_info_hb0); in rtw_coex_bt_info_notify()
Dmain.h1462 u8 bt_info_hb0; member