Searched refs:tbs_client_cbs (Results 1 – 2 of 2) sorted by relevance
60 static const struct bt_tbs_client_cb *tbs_client_cbs; variable268 if (tbs_client_cbs != NULL && tbs_client_cbs->current_calls != NULL) { in bearer_list_current_calls()269 tbs_client_cbs->current_calls(conn, 0, tbs_index(conn, inst), cnt, calls); in bearer_list_current_calls()284 if (tbs_client_cbs == NULL) { in call_cp_callback_handler()291 cp_cb = tbs_client_cbs->accept_call; in call_cp_callback_handler()296 cp_cb = tbs_client_cbs->terminate_call; in call_cp_callback_handler()301 cp_cb = tbs_client_cbs->hold_call; in call_cp_callback_handler()306 cp_cb = tbs_client_cbs->retrieve_call; in call_cp_callback_handler()311 cp_cb = tbs_client_cbs->originate_call; in call_cp_callback_handler()316 cp_cb = tbs_client_cbs->join_calls; in call_cp_callback_handler()[all …]
302 static const struct bt_tbs_client_cb tbs_client_cbs = { variable491 bt_tbs_client_register_cb(&tbs_client_cbs); in test_main()