Home | History | Annotate | Download | only in btm

Lines Matching refs:LEN_UUID_128

2717 **                  uuid_size - LEN_UUID_16, LEN_UUID_32, LEN_UUID_128
2739 char buff[LEN_UUID_128 * 2 + 1];
2772 else if( uuid_size == LEN_UUID_128 )
2776 STREAM_TO_ARRAY16(p_uuid_list + yy * LEN_UUID_128, p_uuid_data);
2777 for( xx = 0; xx < LEN_UUID_128; xx++ )
2778 sprintf(buff + xx*2, "%02X", *(p_uuid_list + yy * LEN_UUID_128 + xx));
2819 case LEN_UUID_128:
2859 static const UINT8 base_uuid[LEN_UUID_128] = {0xFB, 0x34, 0x9B, 0x5F, 0x80, 0x00, 0x00, 0x80,
2876 case LEN_UUID_128:
2879 for (xx = 0; xx < LEN_UUID_128 - 4; xx++)
2889 if ((p_uuid[LEN_UUID_128 - 1] == 0) && (p_uuid[LEN_UUID_128 - 2] == 0))
2891 p_uuid += (LEN_UUID_128 - 4);
2958 p_uuid_data = btm_eir_get_uuid_list( p_eir, LEN_UUID_128, &num_uuid, &type );
2963 uuid16 = btm_convert_uuid_to_uuid16( p_uuid_data, LEN_UUID_128 );
2964 p_uuid_data += LEN_UUID_128;