Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/tmap_peripheral/src/
Dccp_call_ctrl.c25 static char remote_uri[CONFIG_BT_TBS_MAX_URI_LENGTH]; variable
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dtbs.h575 char *remote_uri; member
770 bt_tbs_client_read_string_cb remote_uri; member
/Zephyr-latest/subsys/bluetooth/audio/
Dtbs_internal.h218 char remote_uri[CONFIG_BT_TBS_MAX_URI_LENGTH + 1]; member
Dtbs.c1362 const struct bt_tbs_in_uri *remote_uri = &inst->in_call; in read_incoming_call() local
1797 int bt_tbs_originate(uint8_t bearer_index, char *remote_uri, uint8_t *call_index) in bt_tbs_originate()
Dtbs_client.c634 const char *remote_uri) in remote_uri_changed()