Home
last modified time | relevance | path

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

/Zephyr-4.1.0/drivers/bluetooth/hci/
Dh4_ifx_cyw43xxx.c255 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()
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_spi_st.c633 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/
Dpeer.c497 send_cmd(BT_HCI_OP_RESET, NULL, NULL); in prepare_controller()
/Zephyr-4.1.0/tests/bsim/bluetooth/host/misc/disconnect/tester/src/
Dmain.c522 send_cmd(BT_HCI_OP_RESET, NULL, NULL); in prepare_controller()
/Zephyr-4.1.0/tests/bluetooth/host_long_adv_recv/src/
Dmain.c229 { BT_HCI_OP_RESET, 0, generic_success },
/Zephyr-4.1.0/tests/bsim/bluetooth/host/l2cap/split/tester/src/
Dmain.c611 send_cmd(BT_HCI_OP_RESET, NULL, NULL); in test_procedure_0()
/Zephyr-4.1.0/tests/bsim/bluetooth/host/att/sequential/tester/src/
Dmain.c576 send_cmd(BT_HCI_OP_RESET, NULL, NULL); in prepare_controller()
/Zephyr-4.1.0/tests/bsim/bluetooth/host/att/pipeline/tester/src/
Dmain.c570 send_cmd(BT_HCI_OP_RESET, NULL, NULL); in prepare_controller()
/Zephyr-4.1.0/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/
Dtester.c637 send_cmd(BT_HCI_OP_RESET, NULL, NULL); in entrypoint_tester()
/Zephyr-4.1.0/subsys/bluetooth/host/
Dhci_core.c3264 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/
Dhci_types.h566 #define BT_HCI_OP_RESET BT_OP(BT_OGF_BASEBAND, 0x0003) /* 0x0c03 */ macro
/Zephyr-4.1.0/subsys/bluetooth/controller/hci/
Dhci.c753 case BT_OCF(BT_HCI_OP_RESET): in ctrl_bb_cmd_handle()