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 | 414 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/ |
D | main.c | 449 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/ |
D | main.c | 471 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/ |
D | main.c | 495 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/ |
D | main.c | 450 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/ |
D | tester.c | 479 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/ |
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 | 1103 #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 | 4537 case BT_OCF(BT_HCI_OP_LE_SET_ADV_ENABLE):
|