Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_sr.c265 tGATT_STATUS ret_code = GATT_SUCCESS; in gatt_sr_process_app_rsp() local
305 ret_code = attp_send_sr_msg (p_tcb, p_tcb->sr_cmd.p_rsp_msg); in gatt_sr_process_app_rsp()
310 ret_code = gatt_send_error_rsp (p_tcb, status, op_code, p_tcb->sr_cmd.handle, FALSE); in gatt_sr_process_app_rsp()
316 GATT_TRACE_DEBUG("gatt_sr_process_app_rsp ret_code=%d", ret_code); in gatt_sr_process_app_rsp()
318 return ret_code; in gatt_sr_process_app_rsp()
/system/bt/bta/av/
Dbta_av_act.c415 tBTA_AV_CODE ret_code = BTA_AV_RSP_NOT_IMPL; in bta_av_op_supported() local
423 ret_code = BTA_AV_RSP_IMPL_STBL; in bta_av_op_supported()
430 ret_code = BTA_AV_RSP_ACCEPT; in bta_av_op_supported()
436 ret_code = BTA_AV_RSP_INTERIM; in bta_av_op_supported()
442 return ret_code; in bta_av_op_supported()