Home
last modified time | relevance | path

Searched refs:BT_HCI_OP_RESET (Results 1 – 16 of 16) sorted by relevance

/Zephyr-latest/drivers/bluetooth/hci/
Dh4_ifx_cyw43xxx.c253 err = bt_hci_cmd_send_sync(BT_HCI_OP_RESET, NULL, NULL); in bt_h4_vnd_setup()
284 err = bt_hci_cmd_send_sync(BT_HCI_OP_RESET, NULL, NULL); in bt_h4_vnd_setup()
Dhci_ifx_cyw208xx.c178 err = bt_hci_cmd_send_sync(BT_HCI_OP_RESET, NULL, NULL); in cyw208xx_setup()
Dapollox_blue.c387 hdr.opcode = sys_cpu_to_le16(BT_HCI_OP_RESET); in bt_apollo_set_nvds()
Dhci_nxp.c510 ret = bt_hci_cmd_send_sync(BT_HCI_OP_RESET, NULL, NULL); in bt_nxp_close()
Dipc.c352 err = bt_hci_cmd_send_sync(BT_HCI_OP_RESET, NULL, NULL); in bt_ipc_close()
Dhci_spi_st.c633 if (bt_spi_get_cmd(buf->data) == BT_HCI_OP_RESET) { in bt_spi_send()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/
Dpeer.c496 send_cmd(BT_HCI_OP_RESET, NULL, NULL); in prepare_controller()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/tester/src/
Dmain.c522 send_cmd(BT_HCI_OP_RESET, NULL, NULL); in prepare_controller()
/Zephyr-latest/tests/bluetooth/host_long_adv_recv/src/
Dmain.c229 { BT_HCI_OP_RESET, 0, generic_success },
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/tester/src/
Dmain.c574 send_cmd(BT_HCI_OP_RESET, NULL, NULL); in prepare_controller()
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/tester/src/
Dmain.c570 send_cmd(BT_HCI_OP_RESET, NULL, NULL); in prepare_controller()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/src/
Dmain.c609 send_cmd(BT_HCI_OP_RESET, NULL, NULL); in test_procedure_0()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/
Dtester.c636 send_cmd(BT_HCI_OP_RESET, NULL, NULL); in entrypoint_tester()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h558 #define BT_HCI_OP_RESET BT_OP(BT_OGF_BASEBAND, 0x0003) /* 0x0c03 */ macro
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c3270 err = bt_hci_cmd_send_sync(BT_HCI_OP_RESET, NULL, &rsp); in common_init()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c714 case BT_OCF(BT_HCI_OP_RESET): in ctrl_bb_cmd_handle()