Searched refs:scan_info_v1 (Results 1 – 2 of 2) sorted by relevance
1561 bt->scan_info_v1[i] = pscan_v1->scan[i]; in _update_bt_report()1562 if (bt->scan_info_v1[i].win == 0 && in _update_bt_report()1563 bt->scan_info_v1[i].intvl == 0) in _update_bt_report()10200 le16_to_cpu(bt->scan_info_v1[BTC_SCAN_INQ].win), in _show_bt_info()10201 le16_to_cpu(bt->scan_info_v1[BTC_SCAN_INQ].intvl), in _show_bt_info()10202 le16_to_cpu(bt->scan_info_v1[BTC_SCAN_PAGE].win), in _show_bt_info()10203 le16_to_cpu(bt->scan_info_v1[BTC_SCAN_PAGE].intvl), in _show_bt_info()10204 le16_to_cpu(bt->scan_info_v1[BTC_SCAN_BLE].win), in _show_bt_info()10205 le16_to_cpu(bt->scan_info_v1[BTC_SCAN_BLE].intvl), in _show_bt_info()10206 le16_to_cpu(bt->scan_info_v1[BTC_SCAN_INIT].win), in _show_bt_info()[all …]
2700 struct rtw89_btc_bt_scan_info_v1 scan_info_v1[BTC_SCAN_MAX1]; member