Home | History | Annotate | Download | only in gatt

Lines Matching refs:p_uuid

1058     UINT8 *p_uuid = *p_data;
1066 STREAM_TO_UINT16 (p_uuid_rec->uu.uuid16, p_uuid);
1075 if (p_uuid[xx] != base_uuid[xx])
1083 if ((p_uuid[LEN_UUID_128 - 1] == 0) && (p_uuid[LEN_UUID_128 - 2] == 0))
1085 p_uuid += (LEN_UUID_128 - 4);
1087 STREAM_TO_UINT16(p_uuid_rec->uu.uuid16, p_uuid);
1095 memcpy(p_uuid_rec->uu.uuid128, p_uuid, LEN_UUID_128);
1388 UINT32 gatt_add_sdp_record (tBT_UUID *p_uuid, UINT16 start_hdl, UINT16 end_hdl)
1401 switch (p_uuid->len)
1404 SDP_AddServiceClassIdList(sdp_handle, 1, &p_uuid->uu.uuid16);
1408 ARRAY_TO_BE_STREAM (p, p_uuid->uu.uuid128, LEN_UUID_128);
1414 GATT_TRACE_ERROR1("inavlid UUID len=%d", p_uuid->len);