Home | History | Annotate | Download | only in gatt

Lines Matching refs:uuid_len

463     UINT8   *p = p_data, uuid_len = 0, type;
482 uuid_len = LEN_UUID_16;
484 uuid_len = LEN_UUID_128;
486 while (len >= uuid_len + 2)
490 if (uuid_len > 0)
492 if (!gatt_parse_uuid_from_cmd(&result.type, uuid_len, &p))
498 len -= (uuid_len + 2);