Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/
Dpeer.c383 struct bt_hci_cp_le_set_adv_param set_param; in start_adv()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/tester/src/
Dmain.c430 struct bt_hci_cp_le_set_adv_param set_param; in start_adv()
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/tester/src/
Dmain.c452 struct bt_hci_cp_le_set_adv_param set_param; in start_adv()
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/tester/src/
Dmain.c476 struct bt_hci_cp_le_set_adv_param set_param; in start_adv()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/src/
Dmain.c432 struct bt_hci_cp_le_set_adv_param set_param; in start_adv()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/
Dtester.c448 struct bt_hci_cp_le_set_adv_param set_param; in start_adv()
/Zephyr-latest/subsys/bluetooth/host/
Dadv.c975 struct bt_hci_cp_le_set_adv_param set_param; in bt_le_adv_start_legacy()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h1072 struct bt_hci_cp_le_set_adv_param { struct
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c1570 struct bt_hci_cp_le_set_adv_param *cmd = (void *)buf->data; in le_set_adv_param()