Searched refs:tbs_cbs (Results 1 – 4 of 4) sorted by relevance
35 static struct bt_tbs_cb tbs_cbs = { variable49 bt_tbs_register_cb(&tbs_cbs); in ccp_server_init()
112 static struct bt_tbs_cb *tbs_cbs; variable196 if (tbs_cbs != NULL && tbs_cbs->authorize != NULL) { in is_authorized()197 return tbs_cbs->authorize(conn); in is_authorized()1168 if (tbs_cbs == NULL) { in notify_app()1174 if (tbs_cbs->accept_call != NULL) { in notify_app()1175 tbs_cbs->accept_call(conn, call_index); in notify_app()1179 if (tbs_cbs->terminate_call != NULL) { in notify_app()1180 tbs_cbs->terminate_call(conn, call_index, in notify_app()1185 if (tbs_cbs->hold_call != NULL) { in notify_app()1186 tbs_cbs->hold_call(conn, call_index); in notify_app()[all …]
76 static struct bt_tbs_cb tbs_cbs = { variable334 bt_tbs_register_cb(&tbs_cbs); in test_main()
34 static struct bt_tbs_cb tbs_cbs = { variable56 bt_tbs_register_cb(&tbs_cbs); in cmd_tbs_init()