Searched refs:tbs_index (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/bluetooth/audio/ |
D | tbs_client.c | 121 static uint8_t tbs_index(struct bt_conn *conn, const struct bt_tbs_instance *inst) in tbs_index() function 292 current_calls_changed(conn, 0, tbs_index(conn, inst), cnt, calls); in bearer_list_current_calls() 394 provider_name_changed(conn, 0, tbs_index(conn, tbs_inst), name); in provider_name_notify_handler() 423 technology_changed(conn, 0, tbs_index(conn, tbs_inst), technology); in technology_notify_handler() 453 signal_strength_changed(conn, 0, tbs_index(conn, tbs_inst), signal_strength); in signal_strength_notify_handler() 500 status_flags_changed(conn, 0, tbs_index(conn, tbs_inst), status_flags); in status_flags_notify_handler() 527 call_uri_changed(conn, 0, tbs_index(conn, tbs_inst), uri); in incoming_uri_notify_handler() 578 call_state_changed(conn, 0, tbs_index(conn, tbs_inst), cnt, call_states); in call_state_notify_handler() 596 call_cp_callback_handler(conn, ind_val->status, tbs_index(conn, tbs_inst), in call_cp_notify_handler() 628 terminate_reason_changed(conn, 0, tbs_index(conn, tbs_inst), reason); in termination_reason_notify_handler() [all …]
|