Searched refs:BT_HCI_OP_RESET (Results 1 – 16 of 16) sorted by relevance
/Zephyr-latest/drivers/bluetooth/hci/ |
D | h4_ifx_cyw43xxx.c | 253 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()
|
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_nxp.c | 510 ret = bt_hci_cmd_send_sync(BT_HCI_OP_RESET, NULL, NULL); in bt_nxp_close()
|
D | ipc.c | 352 err = bt_hci_cmd_send_sync(BT_HCI_OP_RESET, NULL, NULL); in bt_ipc_close()
|
D | hci_spi_st.c | 633 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/ |
D | peer.c | 496 send_cmd(BT_HCI_OP_RESET, NULL, NULL); in prepare_controller()
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/tester/src/ |
D | main.c | 522 send_cmd(BT_HCI_OP_RESET, NULL, NULL); in prepare_controller()
|
/Zephyr-latest/tests/bluetooth/host_long_adv_recv/src/ |
D | main.c | 229 { BT_HCI_OP_RESET, 0, generic_success },
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/tester/src/ |
D | main.c | 574 send_cmd(BT_HCI_OP_RESET, NULL, NULL); in prepare_controller()
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/tester/src/ |
D | main.c | 570 send_cmd(BT_HCI_OP_RESET, NULL, NULL); in prepare_controller()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/src/ |
D | main.c | 609 send_cmd(BT_HCI_OP_RESET, NULL, NULL); in test_procedure_0()
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/src/ |
D | tester.c | 636 send_cmd(BT_HCI_OP_RESET, NULL, NULL); in entrypoint_tester()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | hci_types.h | 558 #define BT_HCI_OP_RESET BT_OP(BT_OGF_BASEBAND, 0x0003) /* 0x0c03 */ macro
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | hci_core.c | 3270 err = bt_hci_cmd_send_sync(BT_HCI_OP_RESET, NULL, &rsp); in common_init()
|
/Zephyr-latest/subsys/bluetooth/controller/hci/ |
D | hci.c | 714 case BT_OCF(BT_HCI_OP_RESET): in ctrl_bb_cmd_handle()
|