Searched refs:caller_uri (Results 1 – 1 of 1) sorted by relevance
912 char caller_uri[CONFIG_BT_TBS_MAX_URI_LENGTH]; in tbs_remote_incoming() local918 if ((cp->recv_len >= sizeof(recv_uri) || cp->caller_len >= sizeof(caller_uri)) || in tbs_remote_incoming()924 memcpy(caller_uri, cp->data + cp->recv_len, cp->caller_len); in tbs_remote_incoming()928 caller_uri[cp->caller_len] = '\0'; in tbs_remote_incoming()931 err = bt_tbs_remote_incoming(cp->index, recv_uri, caller_uri, friendly_name); in tbs_remote_incoming()