Searched refs:tbs_index (Results 1 – 3 of 3) sorted by relevance
| /Zephyr-latest/subsys/bluetooth/audio/ |
| D | ccp_call_control_server.c | 22 uint8_t tbs_index; member 71 free_bearer->tbs_index = (uint8_t)ret; in bt_ccp_call_control_server_register_bearer() 93 err = bt_tbs_unregister_bearer(bearer->tbs_index); in bt_ccp_call_control_server_unregister_bearer()
|
| D | ccp_call_control_client.c | 35 uint8_t tbs_index; member 130 client->bearers[0].tbs_index = BT_TBS_GTBS_INDEX; in tbs_client_discover_cb() 145 client->bearers[idx].tbs_index = i; in tbs_client_discover_cb()
|
| D | tbs_client.c | 120 static uint8_t tbs_index(struct bt_conn *conn, const struct bt_tbs_instance *inst) in tbs_index() function 291 current_calls_changed(conn, 0, tbs_index(conn, inst), cnt, calls); in bearer_list_current_calls() 393 provider_name_changed(conn, 0, tbs_index(conn, tbs_inst), name); in provider_name_notify_handler() 422 technology_changed(conn, 0, tbs_index(conn, tbs_inst), technology); in technology_notify_handler() 452 signal_strength_changed(conn, 0, tbs_index(conn, tbs_inst), signal_strength); in signal_strength_notify_handler() 499 status_flags_changed(conn, 0, tbs_index(conn, tbs_inst), status_flags); in status_flags_notify_handler() 526 call_uri_changed(conn, 0, tbs_index(conn, tbs_inst), uri); in incoming_uri_notify_handler() 577 call_state_changed(conn, 0, tbs_index(conn, tbs_inst), cnt, call_states); in call_state_notify_handler() 595 call_cp_callback_handler(conn, ind_val->status, tbs_index(conn, tbs_inst), in call_cp_notify_handler() 627 terminate_reason_changed(conn, 0, tbs_index(conn, tbs_inst), reason); in termination_reason_notify_handler() [all …]
|