Home
last modified time | relevance | path

Searched refs:tbs_err (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/bluetooth/audio/
Dtbs_client.c1168 int tbs_err = err; in read_current_calls_cb() local
1172 if ((tbs_err == 0) && (data != NULL) && in read_current_calls_cb()
1174 tbs_err = BT_ATT_ERR_INSUFFICIENT_RESOURCES; in read_current_calls_cb()
1177 if (tbs_err != 0) { in read_current_calls_cb()
1178 LOG_DBG("err: %d", tbs_err); in read_current_calls_cb()
1182 current_calls_changed(conn, tbs_err, inst_index, 0, NULL); in read_current_calls_cb()
1334 int tbs_err = err; in read_call_state_cb() local
1338 if ((tbs_err == 0) && (data != NULL) && in read_call_state_cb()
1340 tbs_err = BT_ATT_ERR_INSUFFICIENT_RESOURCES; in read_call_state_cb()
1343 if (tbs_err != 0) { in read_call_state_cb()
[all …]