Home
last modified time | relevance | path

Searched refs:bt_hci_disconnect (Results 1 – 5 of 5) sorted by relevance

/Zephyr-4.1.0/tests/bluetooth/host/conn/mocks/
Dhci_core.h15 FAKE(bt_hci_disconnect) \
30 DECLARE_FAKE_VALUE_FUNC(int, bt_hci_disconnect, uint16_t, uint8_t);
Dhci_core.c17 DEFINE_FAKE_VALUE_FUNC(int, bt_hci_disconnect, uint16_t, uint8_t);
/Zephyr-4.1.0/subsys/bluetooth/host/
Dhci_core.h462 int bt_hci_disconnect(uint16_t handle, uint8_t reason);
Dhci_core.c902 int bt_hci_disconnect(uint16_t handle, uint8_t reason) in bt_hci_disconnect() function
1388 bt_hci_disconnect(handle, BT_HCI_ERR_REMOTE_USER_TERM_CONN); in bt_hci_le_enh_conn_complete()
1532 bt_hci_disconnect(handle, BT_HCI_ERR_REMOTE_USER_TERM_CONN); in bt_hci_le_enh_conn_complete_sync()
Dconn.c1849 err = bt_hci_disconnect(conn->handle, reason); in conn_disconnect()