Home
last modified time | relevance | path

Searched defs:remote_uri (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.7.0/samples/bluetooth/tmap_peripheral/src/
Dccp_call_ctrl.c23 static char remote_uri[CONFIG_BT_TBS_MAX_URI_LENGTH]; variable
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/audio/
Dtbs.h482 char *remote_uri; member
677 bt_tbs_client_read_string_cb remote_uri; member
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/
Dtbs_internal.h218 char remote_uri[CONFIG_BT_TBS_MAX_URI_LENGTH + 1]; member
Dtbs.c1409 const struct bt_tbs_in_uri *remote_uri = &inst->in_call; in read_incoming_call() local
1731 int bt_tbs_originate(uint8_t bearer_index, char *remote_uri, in bt_tbs_originate()