Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/realtek/rtw88/
Dcoex.c3077 coex_stat->bt_info_c2h[rsp_source][6] == coex_stat->bt_info_hb3) { in rtw_coex_bt_info_notify()
3088 coex_stat->bt_info_hb3 = coex_stat->bt_info_c2h[rsp_source][6]; in rtw_coex_bt_info_notify()
3238 coex_stat->bt_a2dp_bitpool = (coex_stat->bt_info_hb3 & 0x7f); in rtw_coex_bt_info_notify()
3242 coex_stat->bt_a2dp_sink = ((coex_stat->bt_info_hb3 & BIT(7)) == BIT(7)); in rtw_coex_bt_info_notify()
Dmain.h1483 u8 bt_info_hb3; member