Searched refs:tbs_cbs (Results 1 – 6 of 6) sorted by relevance
13 static struct bt_tbs_client_cb *tbs_cbs; variable17 tbs_cbs = cbs; in bt_tbs_client_register_cb()24 if (tbs_cbs != NULL && tbs_cbs->discover != NULL) { in bt_tbs_client_discover()30 tbs_cbs->discover(conn, 0, tbs_cnt, IS_ENABLED(CONFIG_BT_TBS_CLIENT_GTBS)); in bt_tbs_client_discover()
37 static struct bt_tbs_cb tbs_cbs = { variable51 bt_tbs_register_cb(&tbs_cbs); in ccp_call_control_server_init()
117 static struct bt_tbs_cb *tbs_cbs; variable262 if (tbs_cbs != NULL && tbs_cbs->authorize != NULL) { in is_authorized()263 return tbs_cbs->authorize(conn); in is_authorized()1433 if (tbs_cbs == NULL) { in notify_app()1439 if (tbs_cbs->accept_call != NULL) { in notify_app()1440 tbs_cbs->accept_call(conn, call_index); in notify_app()1444 if (tbs_cbs->terminate_call != NULL) { in notify_app()1445 tbs_cbs->terminate_call(conn, call_index, inst->terminate_reason.reason); in notify_app()1449 if (tbs_cbs->hold_call != NULL) { in notify_app()1450 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()