Searched refs:tbs_cbs (Results 1 – 5 of 5) sorted by relevance
37 static struct bt_tbs_cb tbs_cbs = { variable51 bt_tbs_register_cb(&tbs_cbs); in ccp_server_init()
86 static struct bt_tbs_cb *tbs_cbs; variable231 if (tbs_cbs != NULL && tbs_cbs->authorize != NULL) { in is_authorized()232 return tbs_cbs->authorize(conn); in is_authorized()1037 if (tbs_cbs == NULL) { in notify_app()1043 if (tbs_cbs->accept_call != NULL) { in notify_app()1044 tbs_cbs->accept_call(conn, call_index); in notify_app()1048 if (tbs_cbs->terminate_call != NULL) { in notify_app()1049 tbs_cbs->terminate_call(conn, call_index, inst->terminate_reason.reason); in notify_app()1053 if (tbs_cbs->hold_call != NULL) { in notify_app()1054 tbs_cbs->hold_call(conn, call_index); in notify_app()[all …]
86 static struct bt_tbs_cb tbs_cbs = { variable367 bt_tbs_register_cb(&tbs_cbs); in init()
43 static struct bt_tbs_cb tbs_cbs = { variable117 bt_tbs_register_cb(&tbs_cbs); in cmd_tbs_init()
1106 static struct bt_tbs_cb tbs_cbs = { variable1188 bt_tbs_register_cb(&tbs_cbs); in tester_init_tbs()