Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/gatt/
Datt_protocol.c483 tGATT_STATUS att_ret = GATT_SUCCESS; in attp_cl_send_cmd() local
493 att_ret = attp_send_msg_to_l2cap(p_tcb, p_cmd); in attp_cl_send_cmd()
494 if (att_ret == GATT_CONGESTED || att_ret == GATT_SUCCESS) in attp_cl_send_cmd()
504 att_ret = GATT_INTERNAL_ERROR; in attp_cl_send_cmd()
508 att_ret = GATT_CMD_STARTED; in attp_cl_send_cmd()
513 att_ret = GATT_ERROR; in attp_cl_send_cmd()
515 return att_ret; in attp_cl_send_cmd()
Dgatt_cl.c1105 tGATT_STATUS att_ret = GATT_SUCCESS; in gatt_cl_send_next_cmd_inq() local
1111 att_ret = attp_send_msg_to_l2cap(p_tcb, p_cmd->p_cmd); in gatt_cl_send_next_cmd_inq()
1113 if (att_ret == GATT_SUCCESS || att_ret == GATT_CONGESTED) in gatt_cl_send_next_cmd_inq()
1129 if (att_ret == GATT_SUCCESS) in gatt_cl_send_next_cmd_inq()
1134 gatt_end_operation(p_clcb, att_ret, NULL); in gatt_cl_send_next_cmd_inq()