Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c7409 union btc_btinfo btinfo; in _update_bt_info() local
7441 hfp->exist = btinfo.lb2.hfp; in _update_bt_info()
7443 hid->exist = btinfo.lb2.hid; in _update_bt_info()
7445 a2dp->exist = btinfo.lb2.a2dp; in _update_bt_info()
7447 pan->exist = btinfo.lb2.pan; in _update_bt_info()
7453 if (btinfo.lb3.retry != 0) in _update_bt_info()
7455 b->cqddr = btinfo.lb3.cqddr; in _update_bt_info()
7457 bt->inq = btinfo.lb3.inq; in _update_bt_info()
7459 bt->pag = btinfo.lb3.pag; in _update_bt_info()
7472 if (btinfo.hb1.ble_connect) { in _update_bt_info()
[all …]
/linux-6.15/drivers/staging/rtl8723bs/core/
H A Drtw_cmd.c1566 struct btinfo { struct
1604 struct btinfo *info = (struct btinfo *)buf; in rtw_btinfo_hdl() argument