Searched refs:tbs_cbs (Results 1 – 2 of 2) sorted by relevance
128 static struct bt_tbs_cb *tbs_cbs; variable273 if (tbs_cbs != NULL && tbs_cbs->authorize != NULL) { in is_authorized()274 return tbs_cbs->authorize(conn); in is_authorized()1586 if (tbs_cbs == NULL) { in notify_app()1592 if (tbs_cbs->accept_call != NULL) { in notify_app()1597 if (tbs_cbs->terminate_call != NULL) { in notify_app()1602 if (tbs_cbs->hold_call != NULL) { in notify_app()1603 tbs_cbs->hold_call(conn, call_index); in notify_app()1607 if (tbs_cbs->retrieve_call != NULL) { in notify_app()1644 if (tbs_cbs->join_calls != NULL) { in notify_app()[all …]
43 static struct bt_tbs_cb tbs_cbs = { variable117 bt_tbs_register_cb(&tbs_cbs); in cmd_tbs_init()
Completed in 32 milliseconds