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.c415 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/
Dmain.c450 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/
Dmain.c473 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/
Dmain.c452 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/
Dmain.c496 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/
Dtester.c480 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/
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.h1127 #define BT_HCI_OP_LE_SET_ADV_ENABLE BT_OP(BT_OGF_LE, 0x000a) /* 0x200a */ macro
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c4572 case BT_OCF(BT_HCI_OP_LE_SET_ADV_ENABLE):