Home | History | Annotate | Download | only in btm

Lines Matching refs:LEN_UUID_32

2717 **                  uuid_size - LEN_UUID_16, LEN_UUID_32, LEN_UUID_128
2764 else if( uuid_size == LEN_UUID_32 )
2815 case LEN_UUID_32:
2871 case LEN_UUID_32:
2946 p_uuid_data = btm_eir_get_uuid_list( p_eir, LEN_UUID_32, &num_uuid, &type );
2951 uuid16 = btm_convert_uuid_to_uuid16( p_uuid_data, LEN_UUID_32 );
2952 p_uuid_data += LEN_UUID_32;