HomeSort by relevance Sort by last modified time
    Searched refs:att_ret (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluedroid/stack/gatt/
att_protocol.c 483 tGATT_STATUS att_ret = GATT_SUCCESS; local
493 att_ret = attp_send_msg_to_l2cap(p_tcb, p_cmd);
494 if (att_ret == GATT_CONGESTED || att_ret == GATT_SUCCESS)
504 att_ret = GATT_INTERNAL_ERROR;
508 att_ret = GATT_CMD_STARTED;
513 att_ret = GATT_ERROR;
515 return att_ret;
gatt_cl.c 1105 tGATT_STATUS att_ret = GATT_SUCCESS; local
    [all...]

Completed in 48 milliseconds