Searched refs:tbs_err (Results 1 – 1 of 1) sorted by relevance
1173 int tbs_err = err; in read_current_calls_cb() local1177 if ((tbs_err == 0) && (data != NULL) && in read_current_calls_cb()1179 tbs_err = BT_ATT_ERR_INSUFFICIENT_RESOURCES; in read_current_calls_cb()1182 if (tbs_err != 0) { in read_current_calls_cb()1183 LOG_DBG("err: %d", tbs_err); in read_current_calls_cb()1187 current_calls_changed(conn, tbs_err, inst_index, 0, NULL); in read_current_calls_cb()1339 int tbs_err = err; in read_call_state_cb() local1343 if ((tbs_err == 0) && (data != NULL) && in read_call_state_cb()1345 tbs_err = BT_ATT_ERR_INSUFFICIENT_RESOURCES; in read_call_state_cb()1348 if (tbs_err != 0) { in read_call_state_cb()[all …]