Home | History | Annotate | Download | only in gatt

Lines Matching refs:uuid_len

462     UINT8   *p = p_data, uuid_len = 0, type;
481 uuid_len = LEN_UUID_16;
483 uuid_len = LEN_UUID_128;
485 while (len >= uuid_len + 2)
489 if (uuid_len > 0)
491 if (!gatt_parse_uuid_from_cmd(&result.type, uuid_len, &p))
497 len -= (uuid_len + 2);