Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/tmap_central/src/
Dccp_server.c41 .accept_call = NULL,
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dtbs.h271 bt_tbs_call_change_cb accept_call; member
710 bt_tbs_client_cp_cb accept_call; member
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dtbs_test.c90 .accept_call = tbs_accept_call_cb,
Dtbs_client_test.c311 .accept_call = tbs_client_accept_call_cb,
/Zephyr-latest/subsys/bluetooth/audio/
Dtbs.c845 static uint8_t accept_call(struct tbs_inst *inst, const struct bt_tbs_call_cp_acc *ccp) in accept_call() function
1043 if (tbs_cbs->accept_call != NULL) { in notify_app()
1044 tbs_cbs->accept_call(conn, call_index); in notify_app()
1159 status = accept_call(tbs, &ccp->accept); in write_call_cp()
1739 status = accept_call(inst, &ccp); in bt_tbs_accept()
Dtbs_client.c310 if (listener->accept_call != NULL) { in call_cp_callback_handler()
311 listener->accept_call(conn, err, index, call_index); in call_cp_callback_handler()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_ccp.c301 .accept_call = tbs_client_cp_cb,