Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/test/
Dtest_espefuse.py136 def espefuse_not_virt_py(self, cmd, check_msg=None, ret_code=0): argument
138 return self._run_command(full_cmd, check_msg, ret_code)
140 def espefuse_py(self, cmd, do_not_confirm=True, check_msg=None, ret_code=0): argument
144 output = self._run_command(full_cmd, check_msg, ret_code)
151 def _run_command(self, cmd, check_msg, ret_code): argument
167 assert ret_code == returncode
180 self.espefuse_not_virt_py("", check_msg="usage: __main__.py [-h]", ret_code=1)
211 ret_code=2,
295 ret_code=2,
306 ret_code=2,
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_sr.c405 tGATT_STATUS ret_code = GATT_SUCCESS; in gatt_sr_process_app_rsp() local
443 ret_code = attp_send_sr_msg (p_tcb, p_tcb->sr_cmd.p_rsp_msg); in gatt_sr_process_app_rsp()
449 ret_code = gatt_send_error_rsp (p_tcb, status, op_code, p_tcb->sr_cmd.handle, FALSE); in gatt_sr_process_app_rsp()
455 GATT_TRACE_DEBUG("gatt_sr_process_app_rsp ret_code=%d\n", ret_code); in gatt_sr_process_app_rsp()
457 return ret_code; in gatt_sr_process_app_rsp()
/hal_espressif-latest/components/bt/host/bluedroid/bta/av/
Dbta_av_act.c395 tBTA_AV_CODE ret_code = BTA_AV_RSP_NOT_IMPL; in bta_av_op_supported() local
402 ret_code = is_inquiry ? BTA_AV_RSP_IMPL_STBL : BTA_AV_RSP_ACCEPT; in bta_av_op_supported()
404 return ret_code; in bta_av_op_supported()