Searched refs:BT_HCI_ERR_LOCALHOST_TERM_CONN (Results 1 – 20 of 20) sorted by relevance
/Zephyr-latest/tests/bluetooth/audio/mocks/src/ |
D | iso.c | 189 mock_bt_iso_disconnected(bis, BT_HCI_ERR_LOCALHOST_TERM_CONN); in bt_iso_big_terminate() 193 iso_cb->stopped(big, BT_HCI_ERR_LOCALHOST_TERM_CONN); in bt_iso_big_terminate()
|
/Zephyr-latest/tests/bluetooth/audio/cap_initiator/uut/ |
D | bap_unicast_client.c | 249 stream->ops->stopped(stream, BT_HCI_ERR_LOCALHOST_TERM_CONN); in bt_bap_unicast_client_disable() 290 stream->ops->stopped(stream, BT_HCI_ERR_LOCALHOST_TERM_CONN); in bt_bap_unicast_client_stop() 312 BT_HCI_ERR_LOCALHOST_TERM_CONN); in bt_bap_unicast_client_stop()
|
/Zephyr-latest/subsys/bluetooth/common/ |
D | bt_str.c | 93 HCI_ERR(BT_HCI_ERR_LOCALHOST_TERM_CONN), in bt_hci_err_to_str()
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/timeout/ |
D | main.c | 252 expected_reason = BT_HCI_ERR_LOCALHOST_TERM_CONN; in disconnected()
|
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/ |
D | test_bis.c | 302 err = ll_big_terminate(big_handle, BT_HCI_ERR_LOCALHOST_TERM_CONN); in terminate_ll_big() 940 if (is_iso_disconnected != BT_HCI_ERR_LOCALHOST_TERM_CONN) { in test_iso_recv_main() 1163 if (is_iso_disconnected != BT_HCI_ERR_LOCALHOST_TERM_CONN) { in test_iso_recv_vs_dp_main()
|
/Zephyr-latest/tests/bluetooth/audio/ascs/src/ |
D | test_ase_state_transition.c | 616 expect_bt_bap_stream_ops_stopped_called_once(stream, BT_HCI_ERR_LOCALHOST_TERM_CONN); in ZTEST_F() 641 expect_bt_bap_stream_ops_stopped_called_once(stream, BT_HCI_ERR_LOCALHOST_TERM_CONN); in ZTEST_F() 1198 expect_bt_bap_stream_ops_stopped_called_once(stream, BT_HCI_ERR_LOCALHOST_TERM_CONN); in ZTEST_F() 1222 expect_bt_bap_stream_ops_stopped_called_once(stream, BT_HCI_ERR_LOCALHOST_TERM_CONN); in ZTEST_F()
|
/Zephyr-latest/samples/bluetooth/pbp_public_broadcast_source/src/ |
D | main.c | 82 if (reason == BT_HCI_ERR_LOCALHOST_TERM_CONN) { in broadcast_stopped_cb()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_llcp_common.c | 511 conn->llcp_terminate.reason_final = BT_HCI_ERR_LOCALHOST_TERM_CONN; in lp_comm_complete() 650 ctx->data.term.error_code = BT_HCI_ERR_LOCALHOST_TERM_CONN; 735 BT_HCI_ERR_LOCALHOST_TERM_CONN);
|
D | ull_adv_iso.c | 753 *((uint8_t *)node_rx->pdu) = BT_HCI_ERR_LOCALHOST_TERM_CONN; in ll_big_terminate()
|
D | ull_conn.c | 460 BT_HCI_ERR_LOCALHOST_TERM_CONN; in ll_terminate_ind_send()
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/peripheral/src/ |
D | main.c | 160 reason == BT_HCI_ERR_LOCALHOST_TERM_CONN || in disconnected()
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/central/src/ |
D | main.c | 447 reason == BT_HCI_ERR_LOCALHOST_TERM_CONN; in disconnected()
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | bap_broadcast_sink.c | 168 if (reason != BT_HCI_ERR_LOCALHOST_TERM_CONN) { in update_recv_state_big_cleared()
|
D | ascs.c | 1224 return ase_release(ase, BT_HCI_ERR_LOCALHOST_TERM_CONN, BT_BAP_ASCS_RSP_NULL); in bt_ascs_release_ase() 1288 return ase_disable(ase, BT_HCI_ERR_LOCALHOST_TERM_CONN, BT_BAP_ASCS_RSP_NULL); in bt_ascs_disable_ase()
|
D | bap_unicast_client.c | 867 ep->reason = BT_HCI_ERR_LOCALHOST_TERM_CONN; in unicast_client_ep_config_state()
|
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/src/ |
D | main.c | 1248 if (info->reason != BT_HCI_ERR_LOCALHOST_TERM_CONN && req_recv_state != NULL) { in bap_pa_sync_terminated_cb()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | iso.c | 1061 chan->ops->disconnected(chan, BT_HCI_ERR_LOCALHOST_TERM_CONN); in bt_iso_chan_disconnect() 3294 big_disconnect(big, BT_HCI_ERR_LOCALHOST_TERM_CONN); in bt_iso_big_terminate()
|
D | scan.c | 2041 BT_HCI_ERR_LOCALHOST_TERM_CONN); in bt_le_per_adv_sync_delete()
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | hfp_ag.c | 801 bt_conn_disconnect(sco, BT_HCI_ERR_LOCALHOST_TERM_CONN); in hfp_ag_close_sco()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | hci_types.h | 3989 #define BT_HCI_ERR_LOCALHOST_TERM_CONN 0x16 macro
|