Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/samples/bluetooth/tmap_central/src/
Dccp_server.c37 .terminate_call = tbs_terminate_call_cb,
/Zephyr-Core-3.5.0/samples/bluetooth/tmap_peripheral/src/
Dccp_call_ctrl.c119 .terminate_call = terminate_call_cb,
/Zephyr-Core-3.5.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.5.0/tests/bluetooth/tester/src/
Dbtp_ccp.c208 .terminate_call = tbs_client_terminate_call_cb,
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/
Dtbs.c961 static uint8_t terminate_call(struct tbs_service_inst *inst, in terminate_call() function
1175 if (tbs_cbs->terminate_call != NULL) { in notify_app()
1176 tbs_cbs->terminate_call(conn, call_index, in notify_app()
1221 terminate_call(inst, &term, BT_TBS_REASON_CALL_FAILED); in notify_app()
1316 status = terminate_call(inst, &ccp->terminate, in write_call_cp()
1865 status = terminate_call(inst, &ccp, in bt_tbs_terminate()
2024 status = terminate_call(inst, &ccp, in bt_tbs_remote_terminate()
Dtbs_client.c296 cp_cb = tbs_client_cbs->terminate_call; in call_cp_callback_handler()
/Zephyr-Core-3.5.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,