Home | History | Annotate | Download | only in gatt

Lines Matching defs:uuid_len

440     UINT8   *p = p_data, uuid_len = 0, type;
450 uuid_len = LEN_UUID_16;
452 uuid_len = LEN_UUID_128;
454 while (len >= uuid_len + 2)
458 if (uuid_len > 0)
460 if (!gatt_parse_uuid_from_cmd(&result.type, uuid_len, &p))
466 len -= (uuid_len + 2);