Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c6532 struct bt_hci_evt_mesh_scanning_report *mep; local
6549 mep = mesh_evt(buf, BT_HCI_EVT_MESH_SCANNING_REPORT,
6550 sizeof(*mep) + sizeof(*sr));
6552 mep->num_reports = 1U;
6553 sr = (void *)(((uint8_t *)mep) + sizeof(*mep));
8594 struct bt_hci_evt_mesh_adv_complete *mep; local
8596 mep = mesh_evt(buf, BT_HCI_EVT_MESH_ADV_COMPLETE, sizeof(*mep));
8597 mep->adv_slot = ((uint8_t *)pdu_data)[0];