Home
last modified time | relevance | path

Searched refs:tbs_cbs (Results 1 – 2 of 2) sorted by relevance

/subsys/bluetooth/audio/
A Dtbs.c128 static struct bt_tbs_cb *tbs_cbs; variable
273 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 …]
/subsys/bluetooth/audio/shell/
A Dtbs.c43 static struct bt_tbs_cb tbs_cbs = { variable
117 bt_tbs_register_cb(&tbs_cbs); in cmd_tbs_init()

Completed in 32 milliseconds