Searched refs:BT_HCI_OP_RESET (Results 1 – 14 of 14) sorted by relevance
| /Zephyr-4.1.0/drivers/bluetooth/hci/ |
| D | h4_ifx_cyw43xxx.c | 255 err = bt_hci_cmd_send_sync(BT_HCI_OP_RESET, NULL, NULL); in bt_h4_vnd_setup() 286 err = bt_hci_cmd_send_sync(BT_HCI_OP_RESET, NULL, NULL); in bt_h4_vnd_setup()
|
| D | hci_ifx_cyw208xx.c | 178 err = bt_hci_cmd_send_sync(BT_HCI_OP_RESET, NULL, NULL); in cyw208xx_setup()
|
| D | apollox_blue.c | 387 hdr.opcode = sys_cpu_to_le16(BT_HCI_OP_RESET); in bt_apollo_set_nvds()
|
| D | hci_spi_st.c | 633 if (bt_spi_get_cmd(buf->data) == BT_HCI_OP_RESET) { in bt_spi_send()
|
| /Zephyr-4.1.0/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/ |
| D | peer.c | 497 send_cmd(BT_HCI_OP_RESET, NULL, NULL); in prepare_controller()
|
| /Zephyr-4.1.0/tests/bsim/bluetooth/host/misc/disconnect/tester/src/ |
| D | main.c | 522 send_cmd(BT_HCI_OP_RESET, NULL, NULL); in prepare_controller()
|
| /Zephyr-4.1.0/tests/bluetooth/host_long_adv_recv/src/ |
| D | main.c | 229 { BT_HCI_OP_RESET, 0, generic_success },
|
| /Zephyr-4.1.0/tests/bsim/bluetooth/host/l2cap/split/tester/src/ |
| D | main.c | 611 send_cmd(BT_HCI_OP_RESET, NULL, NULL); in test_procedure_0()
|
| /Zephyr-4.1.0/tests/bsim/bluetooth/host/att/sequential/tester/src/ |
| D | main.c | 576 send_cmd(BT_HCI_OP_RESET, NULL, NULL); in prepare_controller()
|
| /Zephyr-4.1.0/tests/bsim/bluetooth/host/att/pipeline/tester/src/ |
| D | main.c | 570 send_cmd(BT_HCI_OP_RESET, NULL, NULL); in prepare_controller()
|
| /Zephyr-4.1.0/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/ |
| D | tester.c | 637 send_cmd(BT_HCI_OP_RESET, NULL, NULL); in entrypoint_tester()
|
| /Zephyr-4.1.0/subsys/bluetooth/host/ |
| D | hci_core.c | 3264 err = bt_hci_cmd_send_sync(BT_HCI_OP_RESET, NULL, NULL); in common_init() 4396 err = bt_hci_cmd_send_sync(BT_HCI_OP_RESET, NULL, NULL); in bt_disable()
|
| /Zephyr-4.1.0/include/zephyr/bluetooth/ |
| D | hci_types.h | 566 #define BT_HCI_OP_RESET BT_OP(BT_OGF_BASEBAND, 0x0003) /* 0x0c03 */ macro
|
| /Zephyr-4.1.0/subsys/bluetooth/controller/hci/ |
| D | hci.c | 753 case BT_OCF(BT_HCI_OP_RESET): in ctrl_bb_cmd_handle()
|