Searched refs:BT_HCI_OP_LE_SET_ADV_ENABLE (Results 1 – 9 of 9) sorted by relevance
| /Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/ |
| D | peer.c | 415 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_ADV_ENABLE, 1); in start_adv() 419 send_cmd(BT_HCI_OP_LE_SET_ADV_ENABLE, buf, NULL); in start_adv()
|
| /Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/tester/src/ |
| D | main.c | 450 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_ADV_ENABLE, 1); in start_adv() 452 send_cmd(BT_HCI_OP_LE_SET_ADV_ENABLE, buf, NULL); in start_adv()
|
| /Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/tester/src/ |
| D | main.c | 473 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_ADV_ENABLE, 1); in start_adv() 475 send_cmd(BT_HCI_OP_LE_SET_ADV_ENABLE, buf, NULL); in start_adv()
|
| /Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/src/ |
| D | main.c | 452 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_ADV_ENABLE, 1); in start_adv() 456 send_cmd(BT_HCI_OP_LE_SET_ADV_ENABLE, buf, NULL); in start_adv()
|
| /Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/tester/src/ |
| D | main.c | 496 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_ADV_ENABLE, 1); in start_adv() 498 send_cmd(BT_HCI_OP_LE_SET_ADV_ENABLE, buf, NULL); in start_adv()
|
| /Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/ |
| D | tester.c | 480 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_ADV_ENABLE, 1); in start_adv() 484 send_cmd(BT_HCI_OP_LE_SET_ADV_ENABLE, buf, NULL); in start_adv()
|
| /Zephyr-latest/subsys/bluetooth/host/ |
| D | adv.c | 325 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_ADV_ENABLE, 1); in bt_le_adv_set_enable_legacy() 338 err = bt_hci_cmd_send_sync(BT_HCI_OP_LE_SET_ADV_ENABLE, buf, NULL); in bt_le_adv_set_enable_legacy()
|
| /Zephyr-latest/include/zephyr/bluetooth/ |
| D | hci_types.h | 1127 #define BT_HCI_OP_LE_SET_ADV_ENABLE BT_OP(BT_OGF_LE, 0x000a) /* 0x200a */ macro
|
| /Zephyr-latest/subsys/bluetooth/controller/hci/ |
| D | hci.c | 4572 case BT_OCF(BT_HCI_OP_LE_SET_ADV_ENABLE):
|