Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dadv.c1836 struct bt_hci_cp_le_set_per_adv_param *cp; in bt_le_per_adv_set_param()
1850 size = sizeof(struct bt_hci_cp_le_set_per_adv_param); in bt_le_per_adv_set_param()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h1606 struct bt_hci_cp_le_set_per_adv_param { struct
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c3668 struct bt_hci_cp_le_set_per_adv_param *cmd = (void *)buf->data; in le_set_per_adv_param()