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 | 409 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_ADV_PARAM, sizeof(set_param)); in start_adv() 413 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 | 445 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_ADV_PARAM, sizeof(set_param)); in start_adv() 447 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 | 468 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_ADV_PARAM, sizeof(set_param)); in start_adv() 470 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 | 446 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_ADV_PARAM, sizeof(set_param)); in start_adv() 450 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 | 491 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_ADV_PARAM, sizeof(set_param)); in start_adv() 493 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 | 474 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_ADV_PARAM, sizeof(set_param)); in start_adv() 478 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 | 1095 #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 | 4556 case BT_OCF(BT_HCI_OP_LE_SET_ADV_PARAM):
|