Lines Matching refs:hb1
2329 struct btc_btinfo_hb1 hb1; member
5156 b->status.map.ble_connect = btinfo.hb1.ble_connect; in _update_bt_info()
5157 if (btinfo.hb1.ble_connect) in _update_bt_info()
5160 cx->cnt_bt[BTC_BCNT_REINIT] += !!(btinfo.hb1.reinit && !bt->reinit); in _update_bt_info()
5161 bt->reinit = btinfo.hb1.reinit; in _update_bt_info()
5162 cx->cnt_bt[BTC_BCNT_RELINK] += !!(btinfo.hb1.relink && !b->relink.now); in _update_bt_info()
5163 b->relink.now = btinfo.hb1.relink; in _update_bt_info()
5164 cx->cnt_bt[BTC_BCNT_IGNOWL] += !!(btinfo.hb1.igno_wl && !bt->igno_wl); in _update_bt_info()
5165 bt->igno_wl = btinfo.hb1.igno_wl; in _update_bt_info()
5170 hid->type |= (btinfo.hb1.voice ? BTC_HID_RCU_VOICE : 0); in _update_bt_info()
5171 bt->ble_scan_en = btinfo.hb1.ble_scan; in _update_bt_info()
5173 cx->cnt_bt[BTC_BCNT_ROLESW] += !!(btinfo.hb1.role_sw && !b->role_sw); in _update_bt_info()
5174 b->role_sw = btinfo.hb1.role_sw; in _update_bt_info()
5176 b->multi_link.now = btinfo.hb1.multi_link; in _update_bt_info()