Home
last modified time | relevance | path

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/
Dpeer.c414 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_ADV_ENABLE, 1); in start_adv()
418 send_cmd(BT_HCI_OP_LE_SET_ADV_ENABLE, buf, NULL); in start_adv()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/tester/src/
Dmain.c449 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_ADV_ENABLE, 1); in start_adv()
451 send_cmd(BT_HCI_OP_LE_SET_ADV_ENABLE, buf, NULL); in start_adv()
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/tester/src/
Dmain.c471 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_ADV_ENABLE, 1); in start_adv()
473 send_cmd(BT_HCI_OP_LE_SET_ADV_ENABLE, buf, NULL); in start_adv()
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/tester/src/
Dmain.c495 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_ADV_ENABLE, 1); in start_adv()
497 send_cmd(BT_HCI_OP_LE_SET_ADV_ENABLE, buf, NULL); in start_adv()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/src/
Dmain.c450 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_ADV_ENABLE, 1); in start_adv()
454 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/
Dtester.c479 buf = bt_hci_cmd_create(BT_HCI_OP_LE_SET_ADV_ENABLE, 1); in start_adv()
483 send_cmd(BT_HCI_OP_LE_SET_ADV_ENABLE, buf, NULL); in start_adv()
/Zephyr-latest/subsys/bluetooth/host/
Dadv.c325 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/
Dhci_types.h1103 #define BT_HCI_OP_LE_SET_ADV_ENABLE BT_OP(BT_OGF_LE, 0x000a) /* 0x200a */ macro
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c4537 case BT_OCF(BT_HCI_OP_LE_SET_ADV_ENABLE):