Lines Matching refs:adv_info
1644 struct bt_le_scan_recv_info adv_info; in bt_hci_le_adv_report() local
1664 if (buf->len < evt->length + sizeof(adv_info.rssi)) { in bt_hci_le_adv_report()
1669 adv_info.primary_phy = BT_GAP_LE_PHY_1M; in bt_hci_le_adv_report()
1670 adv_info.secondary_phy = 0; in bt_hci_le_adv_report()
1671 adv_info.tx_power = BT_GAP_TX_POWER_INVALID; in bt_hci_le_adv_report()
1672 adv_info.rssi = evt->data[evt->length]; in bt_hci_le_adv_report()
1673 adv_info.sid = BT_GAP_SID_INVALID; in bt_hci_le_adv_report()
1674 adv_info.interval = 0U; in bt_hci_le_adv_report()
1676 adv_info.adv_type = evt->evt_type; in bt_hci_le_adv_report()
1677 adv_info.adv_props = get_adv_props_legacy(evt->evt_type); in bt_hci_le_adv_report()
1679 le_adv_recv(&evt->addr, &adv_info, &buf->b, evt->length); in bt_hci_le_adv_report()
1681 net_buf_pull(buf, evt->length + sizeof(adv_info.rssi)); in bt_hci_le_adv_report()