Searched refs:tbs_index (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/ |
D | tbs_client.c | 109 static uint8_t tbs_index(struct bt_conn *conn, const struct bt_tbs_instance *inst) in tbs_index() function 269 tbs_client_cbs->current_calls(conn, 0, tbs_index(conn, inst), cnt, calls); in bearer_list_current_calls() 355 tbs_client_cbs->bearer_provider_name(conn, 0, tbs_index(conn, tbs_inst), name); in provider_name_notify_handler() 374 tbs_client_cbs->technology(conn, 0, tbs_index(conn, tbs_inst), technology); in technology_notify_handler() 394 tbs_client_cbs->signal_strength(conn, 0, tbs_index(conn, tbs_inst), in signal_strength_notify_handler() 431 tbs_client_cbs->status_flags(conn, 0, tbs_index(conn, tbs_inst), in status_flags_notify_handler() 449 tbs_client_cbs->call_uri(conn, 0, tbs_index(conn, tbs_inst), uri); in incoming_uri_notify_handler() 489 tbs_client_cbs->call_state(conn, 0, tbs_index(conn, tbs_inst), cnt, call_states); in call_state_notify_handler() 508 call_cp_callback_handler(conn, ind_val->status, tbs_index(conn, tbs_inst), in call_cp_notify_handler() 528 tbs_client_cbs->termination_reason(conn, 0, tbs_index(conn, tbs_inst), in termination_reason_notify_handler() [all …]
|