Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/gatt/
Datt_protocol.cc500 tGATT_STATUS att_ret = attp_send_msg_to_l2cap(tcb, p_clcb->cid, p_cmd); in attp_cl_send_cmd() local
501 if (att_ret != GATT_CONGESTED && att_ret != GATT_SUCCESS) { in attp_cl_send_cmd()
509 return att_ret; in attp_cl_send_cmd()
522 return att_ret; in attp_cl_send_cmd()
546 tGATT_STATUS att_ret = attp_send_msg_to_l2cap(tcb, cid, p_cmd); in attp_send_cl_confirmation_msg() local
547 if (att_ret != GATT_CONGESTED && att_ret != GATT_SUCCESS) { in attp_send_cl_confirmation_msg()
551 return att_ret; in attp_send_cl_confirmation_msg()
Dgatt_cl.cc1175 tGATT_STATUS att_ret; in gatt_cl_send_next_cmd_inq() local
1176 att_ret = attp_send_msg_to_l2cap(tcb, cmd.cid, cmd.p_cmd); in gatt_cl_send_next_cmd_inq()
1178 if (att_ret != GATT_SUCCESS && att_ret != GATT_CONGESTED) { in gatt_cl_send_next_cmd_inq()
1193 gatt_end_operation(p_clcb, att_ret, NULL); in gatt_cl_send_next_cmd_inq()
1196 if (att_ret == GATT_SUCCESS) continue; in gatt_cl_send_next_cmd_inq()