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/ |
D | peer.c | 408 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/ |
D | main.c | 444 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/ |
D | main.c | 466 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/ |
D | main.c | 490 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/ |
D | main.c | 444 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/ |
D | tester.c | 473 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/ |
D | hci_stm32wb0.c | 105 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/ |
D | adv.c | 1046 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/ |
D | hci_types.h | 1071 #define BT_HCI_OP_LE_SET_ADV_PARAM BT_OP(BT_OGF_LE, 0x0006) /* 0x2006 */ macro
|
/Zephyr-latest/subsys/bluetooth/controller/hci/ |
D | hci.c | 4521 case BT_OCF(BT_HCI_OP_LE_SET_ADV_PARAM):
|