Home
last modified time | relevance | path

Searched refs:adv_info (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c6573 struct bt_hci_evt_le_advertising_info *adv_info; local
6641 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 …]
/Zephyr-latest/subsys/bluetooth/host/
Dscan.c1644 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()
[all …]
/Zephyr-latest/drivers/bluetooth/hci/
Dipc.c56 ((ext_adv->adv_info[0].evt_type & in is_hci_event_discardable()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h3065 struct bt_hci_evt_le_advertising_info adv_info[0]; member
3191 struct bt_hci_evt_le_ext_advertising_info adv_info[0]; member