Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dhci.c44 cp->adv_slot = 0U; in cmd_mesh_adv()
71 cp->adv_slot = 0U; in cmd_mesh_adv()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_vs.h366 uint8_t adv_slot; member
384 uint8_t adv_slot; member
389 uint8_t adv_slot; member
405 uint8_t adv_slot; member
410 uint8_t adv_slot; member
415 uint8_t adv_slot; member
437 uint8_t adv_slot; member
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c5574 uint8_t adv_slot = cmd->adv_slot; local
5577 status = ll_mesh_advertise(adv_slot,
5592 rp->adv_slot = adv_slot;
5599 uint8_t adv_slot = cmd->adv_slot; local
5602 status = ll_mesh_advertise_cancel(adv_slot);
5611 rp->adv_slot = adv_slot;
8597 mep->adv_slot = ((uint8_t *)pdu_data)[0];