Searched refs:terminate_call (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/samples/bluetooth/tmap_central/src/ |
D | ccp_server.c | 39 .terminate_call = tbs_terminate_call_cb,
|
/Zephyr-latest/samples/bluetooth/tmap_peripheral/src/ |
D | ccp_call_ctrl.c | 121 .terminate_call = terminate_call_cb,
|
/Zephyr-latest/include/zephyr/bluetooth/audio/ |
D | tbs.h | 267 bt_tbs_terminate_call_cb terminate_call; member 702 bt_tbs_client_cp_cb terminate_call; member
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | tbs.c | 864 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()
|
D | tbs_client.c | 317 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/ |
D | tbs_test.c | 88 .terminate_call = tbs_terminate_call_cb,
|
D | tbs_client_test.c | 309 .terminate_call = tbs_client_terminate_call_cb,
|
/Zephyr-latest/tests/bluetooth/tester/src/audio/ |
D | btp_ccp.c | 285 .terminate_call = tbs_client_cp_cb,
|