Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/tmap_central/src/
Dccp_server.c39 .terminate_call = tbs_terminate_call_cb,
/Zephyr-latest/samples/bluetooth/tmap_peripheral/src/
Dccp_call_ctrl.c121 .terminate_call = terminate_call_cb,
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dtbs.h267 bt_tbs_terminate_call_cb terminate_call; member
702 bt_tbs_client_cp_cb terminate_call; member
/Zephyr-latest/subsys/bluetooth/audio/
Dtbs.c864 static uint8_t terminate_call(struct tbs_inst *inst, const struct bt_tbs_call_cp_term *ccp, in terminate_call() function
1048 if (tbs_cbs->terminate_call != NULL) { in notify_app()
1049 tbs_cbs->terminate_call(conn, call_index, inst->terminate_reason.reason); in notify_app()
1088 terminate_call(inst, &term, BT_TBS_REASON_CALL_FAILED); in notify_app()
1178 status = terminate_call(tbs, &ccp->terminate, BT_TBS_REASON_CLIENT_TERMINATED); in write_call_cp()
1789 status = terminate_call(inst, &ccp, BT_TBS_REASON_SERVER_ENDED_CALL); in bt_tbs_terminate()
1942 status = terminate_call(inst, &ccp, BT_TBS_REASON_REMOTE_ENDED_CALL); in bt_tbs_remote_terminate()
Dtbs_client.c317 if (listener->terminate_call != NULL) { in call_cp_callback_handler()
318 listener->terminate_call(conn, err, index, call_index); in call_cp_callback_handler()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dtbs_test.c88 .terminate_call = tbs_terminate_call_cb,
Dtbs_client_test.c309 .terminate_call = tbs_client_terminate_call_cb,
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_ccp.c285 .terminate_call = tbs_client_cp_cb,