Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Datt_protocol.c499 tGATT_STATUS att_ret = GATT_SUCCESS; in attp_cl_send_cmd() local
507 att_ret = attp_send_msg_to_l2cap(p_tcb, p_cmd); in attp_cl_send_cmd()
508 if (att_ret == GATT_CONGESTED || att_ret == GATT_SUCCESS) { in attp_cl_send_cmd()
515 att_ret = GATT_INTERNAL_ERROR; in attp_cl_send_cmd()
518 att_ret = GATT_CMD_STARTED; in attp_cl_send_cmd()
522 att_ret = GATT_ERROR; in attp_cl_send_cmd()
525 return att_ret; in attp_cl_send_cmd()
Dgatt_cl.c1098 tGATT_STATUS att_ret = GATT_SUCCESS; in gatt_cl_send_next_cmd_inq() local
1103 att_ret = attp_send_msg_to_l2cap(p_tcb, p_cmd->p_cmd); in gatt_cl_send_next_cmd_inq()
1105 if (att_ret == GATT_SUCCESS || att_ret == GATT_CONGESTED) { in gatt_cl_send_next_cmd_inq()
1120 if (att_ret == GATT_SUCCESS) { in gatt_cl_send_next_cmd_inq()
1126 gatt_end_operation(p_clcb, att_ret, NULL); in gatt_cl_send_next_cmd_inq()