Searched refs:adv_info (Results 1 – 4 of 4) sorted by relevance
6573 struct bt_hci_evt_le_advertising_info *adv_info; local6641 adv_info = (void *)(((uint8_t *)sep) + sizeof(*sep));6643 adv_info->evt_type = c_adv_type[adv->type];6648 ll_rl_id_addr_get(rl_idx, &adv_info->addr.type,6649 &adv_info->addr.a.val[0]);6651 MARK_AS_IDENTITY_ADDR(adv_info->addr.type);6657 adv_info->addr.type = adv->tx_addr;6658 memcpy(&adv_info->addr.a.val[0], &adv->adv_ind.addr[0],6662 adv_info->length = data_len;6663 memcpy(&adv_info->data[0], &adv->adv_ind.data[0], data_len);[all …]
1644 struct bt_le_scan_recv_info adv_info; in bt_hci_le_adv_report() local1664 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()[all …]
56 ((ext_adv->adv_info[0].evt_type & in is_hci_event_discardable()
3065 struct bt_hci_evt_le_advertising_info adv_info[0]; member3191 struct bt_hci_evt_le_ext_advertising_info adv_info[0]; member