Searched refs:remote_uri (Results 1 – 6 of 6) sorted by relevance
/Zephyr-Core-3.5.0/samples/bluetooth/tmap_peripheral/src/ |
D | ccp_call_ctrl.c | 23 static char remote_uri[CONFIG_BT_TBS_MAX_URI_LENGTH]; variable 103 if (i >= sizeof(remote_uri)) { in read_uri_schemes_string_cb() 108 strncpy(remote_uri, value, i); in read_uri_schemes_string_cb() 109 remote_uri[i] = '\0'; in read_uri_schemes_string_cb() 111 printk("CCP: Discovered remote URI: %s\n", remote_uri); in read_uri_schemes_string_cb() 142 strcpy(uri, remote_uri); in ccp_originate_call()
|
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/ |
D | tbs.c | 401 uri_length = strlen(call->remote_uri); in net_buf_put_current_calls() 410 call->remote_uri, in net_buf_put_current_calls() 427 uri_length = strlen(call->remote_uri); in net_buf_put_current_calls() 434 net_buf_simple_add_mem(&read_buf, call->remote_uri, in net_buf_put_current_calls() 1065 (void)memcpy(call->remote_uri, ccp->uri, uri_len); in originate_call() 1066 call->remote_uri[uri_len] = '\0'; in originate_call() 1067 if (!bt_tbs_valid_uri(call->remote_uri)) { in originate_call() 1068 LOG_DBG("Invalid URI: %s", call->remote_uri); in originate_call() 1539 const struct bt_tbs_in_uri *remote_uri; in read_incoming_call() local 1543 remote_uri = >bs_inst.in_call; in read_incoming_call() [all …]
|
D | tbs_internal.h | 211 char remote_uri[CONFIG_BT_TBS_MAX_URI_LENGTH + 1]; member
|
D | tbs_client.c | 231 (void)memcpy(call->remote_uri, uri, uri_len); in net_buf_pull_call() 232 call->remote_uri[uri_len] = '\0'; in net_buf_pull_call() 254 call->remote_uri = remote_uris[cnt]; in bearer_list_current_calls() 544 if (tbs_client_cbs != NULL && tbs_client_cbs->remote_uri != NULL) { in in_call_notify_handler() 545 tbs_client_cbs->remote_uri(conn, 0, tbs_index(conn, tbs_inst), uri); in in_call_notify_handler() 1315 tbs_client_cbs->remote_uri != NULL) { in read_remote_uri_cb() 1316 cb = tbs_client_cbs->remote_uri; in read_remote_uri_cb()
|
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/audio/ |
D | tbs.h | 342 char *remote_uri; member 511 bt_tbs_client_read_string_cb remote_uri; member
|
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/api/shell/ |
D | ccp.rst | 187 gtbs}>] <local_uri> <remote_uri>
|