Home
last modified time | relevance | path

Searched refs:BT_HCI_ERR_CONN_FAIL_TO_ESTAB (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/subsys/bluetooth/common/
Dbt_str.c130 HCI_ERR(BT_HCI_ERR_CONN_FAIL_TO_ESTAB), in bt_hci_err_to_str()
/Zephyr-latest/samples/bluetooth/central_multilink/src/
Dcentral_multilink.c190 if ((conn_count == 1U) && (is_disconnecting || (reason == BT_HCI_ERR_CONN_FAIL_TO_ESTAB))) { in disconnected()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_sync_iso.c722 se->status = BT_HCI_ERR_CONN_FAIL_TO_ESTAB; in ull_sync_iso_estab_done()
953 *((uint8_t *)rx->pdu) = BT_HCI_ERR_CONN_FAIL_TO_ESTAB; in timeout_cleanup()
Dull_sync.c1781 se->status = BT_HCI_ERR_CONN_FAIL_TO_ESTAB;
1844 *((uint8_t *)rx->pdu) = BT_HCI_ERR_CONN_FAIL_TO_ESTAB;
Dull_conn_iso.c510 BT_HCI_ERR_CONN_FAIL_TO_ESTAB); in ull_conn_iso_done()
Dull.c1599 (status == BT_HCI_ERR_CONN_FAIL_TO_ESTAB)) { in ll_rx_mem_release()
Dull_conn.c1120 conn_cleanup(conn, BT_HCI_ERR_CONN_FAIL_TO_ESTAB); in ull_conn_done()
/Zephyr-latest/tests/bluetooth/audio/ascs/src/
Dmain.c569 mock_bt_iso_disconnected(chan, BT_HCI_ERR_CONN_FAIL_TO_ESTAB); in ZTEST_F()
/Zephyr-latest/subsys/bluetooth/host/
Dconn.c1359 if (conn->err == BT_HCI_ERR_CONN_FAIL_TO_ESTAB) { in bt_conn_set_state()
Dhci_core.c1603 status == BT_HCI_ERR_CONN_FAIL_TO_ESTAB) { in enh_conn_complete_error_handle()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h4026 #define BT_HCI_ERR_CONN_FAIL_TO_ESTAB 0x3e macro