Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Datt_protocol.cc426 tGATT_STATUS att_ret = attp_send_msg_to_l2cap(tcb, p_cmd); in attp_cl_send_cmd() local
427 if (att_ret != GATT_CONGESTED && att_ret != GATT_SUCCESS) { in attp_cl_send_cmd()
433 return att_ret; in attp_cl_send_cmd()
438 return att_ret; in attp_cl_send_cmd()
Dgatt_cl.cc1038 tGATT_STATUS att_ret = attp_send_msg_to_l2cap(tcb, cmd.p_cmd); in gatt_cl_send_next_cmd_inq() local
1039 if (att_ret != GATT_SUCCESS && att_ret != GATT_CONGESTED) { in gatt_cl_send_next_cmd_inq()
1054 gatt_end_operation(p_clcb, att_ret, NULL); in gatt_cl_send_next_cmd_inq()
1057 if (att_ret == GATT_SUCCESS) continue; in gatt_cl_send_next_cmd_inq()