Home
last modified time | relevance | path

Searched refs:terminate_call (Results 1 – 7 of 7) sorted by relevance

/Zephyr-Core-3.4.0/samples/bluetooth/tmap_central/src/
Dccp_server.c37 .terminate_call = tbs_terminate_call_cb,
/Zephyr-Core-3.4.0/samples/bluetooth/tmap_peripheral/src/
Dccp_call_ctrl.c119 .terminate_call = terminate_call_cb,
/Zephyr-Core-3.4.0/include/zephyr/bluetooth/audio/
Dtbs.h139 bt_tbs_terminate_call_cb terminate_call; member
461 bt_tbs_client_cp_cb terminate_call; member
/Zephyr-Core-3.4.0/subsys/bluetooth/audio/
Dtbs.c965 static uint8_t terminate_call(struct tbs_service_inst *inst, in terminate_call() function
1179 if (tbs_cbs->terminate_call != NULL) { in notify_app()
1180 tbs_cbs->terminate_call(conn, call_index, in notify_app()
1225 terminate_call(inst, &term, BT_TBS_REASON_CALL_FAILED); in notify_app()
1320 status = terminate_call(inst, &ccp->terminate, in write_call_cp()
1888 status = terminate_call(inst, &ccp, in bt_tbs_terminate()
2047 status = terminate_call(inst, &ccp, in bt_tbs_remote_terminate()
Dtbs_client.c270 cp_cb = tbs_client_cbs->terminate_call; in call_cp_callback_handler()
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/audio/src/
Dtbs_test.c78 .terminate_call = tbs_terminate_call_cb,
Dtbs_client_test.c305 .terminate_call = tbs_client_terminate_call_cb,