Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/
Dpeer.c408 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_ADV_PARAM, sizeof(set_param)); in start_adv()
412 send_cmd(BT_HCI_OP_LE_SET_ADV_PARAM, buf, NULL); in start_adv()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/tester/src/
Dmain.c444 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_ADV_PARAM, sizeof(set_param)); in start_adv()
446 send_cmd(BT_HCI_OP_LE_SET_ADV_PARAM, buf, NULL); in start_adv()
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/tester/src/
Dmain.c466 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_ADV_PARAM, sizeof(set_param)); in start_adv()
468 send_cmd(BT_HCI_OP_LE_SET_ADV_PARAM, buf, NULL); in start_adv()
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/tester/src/
Dmain.c490 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_ADV_PARAM, sizeof(set_param)); in start_adv()
492 send_cmd(BT_HCI_OP_LE_SET_ADV_PARAM, buf, NULL); in start_adv()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/src/
Dmain.c444 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_ADV_PARAM, sizeof(set_param)); in start_adv()
448 send_cmd(BT_HCI_OP_LE_SET_ADV_PARAM, buf, NULL); in start_adv()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/
Dtester.c473 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_ADV_PARAM, sizeof(set_param)); in start_adv()
477 send_cmd(BT_HCI_OP_LE_SET_ADV_PARAM, buf, NULL); in start_adv()
/Zephyr-latest/drivers/bluetooth/hci/
Dhci_stm32wb0.c105 if (IN_RANGE(opcode, BT_HCI_OP_LE_SET_ADV_PARAM, BT_HCI_OP_LE_CREATE_CONN)) { in check_legacy_extended_call()
/Zephyr-latest/subsys/bluetooth/host/
Dadv.c1046 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_ADV_PARAM, sizeof(set_param)); in bt_le_adv_start_legacy()
1053 err = bt_hci_cmd_send_sync(BT_HCI_OP_LE_SET_ADV_PARAM, buf, NULL); in bt_le_adv_start_legacy()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h1071 #define BT_HCI_OP_LE_SET_ADV_PARAM BT_OP(BT_OGF_LE, 0x0006) /* 0x2006 */ macro
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c4521 case BT_OCF(BT_HCI_OP_LE_SET_ADV_PARAM):